@@ -1701,10 +1701,6 @@ foreach P = ["goldmont_plus", "goldmont-plus"] in {
1701
1701
}
1702
1702
def : ProcModel<"tremont", SLMModel, ProcessorFeatures.TRMFeatures,
1703
1703
ProcessorFeatures.TRMTuning>;
1704
- foreach P = ["sierraforest", "grandridge"] in {
1705
- def : ProcModel<P, AlderlakePModel, ProcessorFeatures.SRFFeatures,
1706
- ProcessorFeatures.TRMTuning>;
1707
- }
1708
1704
1709
1705
// "Arrandale" along with corei3 and corei5
1710
1706
foreach P = ["nehalem", "corei7", "core_i7_sse4_2"] in {
@@ -1779,6 +1775,10 @@ def : ProcModel<"alderlake", AlderlakePModel,
1779
1775
// FIXME: Use Gracemont Schedule Model when it is ready.
1780
1776
def : ProcModel<"gracemont", AlderlakePModel,
1781
1777
ProcessorFeatures.ADLFeatures, ProcessorFeatures.GRTTuning>;
1778
+ foreach P = ["sierraforest", "grandridge"] in {
1779
+ def : ProcModel<P, AlderlakePModel, ProcessorFeatures.SRFFeatures,
1780
+ ProcessorFeatures.GRTTuning>;
1781
+ }
1782
1782
def : ProcModel<"raptorlake", AlderlakePModel,
1783
1783
ProcessorFeatures.ADLFeatures, ProcessorFeatures.ADLTuning>;
1784
1784
def : ProcModel<"meteorlake", AlderlakePModel,
0 commit comments