@@ -1528,7 +1528,6 @@ def ProcessorFeatures {
1528
1528
list<SubtargetFeature> ZN3Features =
1529
1529
!listconcat(ZN2Features, ZN3AdditionalFeatures);
1530
1530
1531
-
1532
1531
list<SubtargetFeature> ZN4AdditionalTuning = [TuningFastDPWSSD];
1533
1532
list<SubtargetFeature> ZN4Tuning =
1534
1533
!listconcat(ZN3Tuning, ZN4AdditionalTuning);
@@ -1550,7 +1549,6 @@ def ProcessorFeatures {
1550
1549
list<SubtargetFeature> ZN4Features =
1551
1550
!listconcat(ZN3Features, ZN4AdditionalFeatures);
1552
1551
1553
-
1554
1552
list<SubtargetFeature> ZN5Tuning = ZN4Tuning;
1555
1553
list<SubtargetFeature> ZN5AdditionalFeatures = [FeatureVNNI,
1556
1554
FeatureMOVDIRI,
@@ -1561,7 +1559,6 @@ def ProcessorFeatures {
1561
1559
];
1562
1560
list<SubtargetFeature> ZN5Features =
1563
1561
!listconcat(ZN4Features, ZN5AdditionalFeatures);
1564
-
1565
1562
}
1566
1563
1567
1564
//===----------------------------------------------------------------------===//
@@ -1910,7 +1907,7 @@ def : ProcModel<"znver2", Znver2Model, ProcessorFeatures.ZN2Features,
1910
1907
def : ProcModel<"znver3", Znver3Model, ProcessorFeatures.ZN3Features,
1911
1908
ProcessorFeatures.ZN3Tuning>;
1912
1909
def : ProcModel<"znver4", Znver4Model, ProcessorFeatures.ZN4Features,
1913
- ProcessorFeatures.ZN4Tuning>;
1910
+ ProcessorFeatures.ZN4Tuning>;
1914
1911
def : ProcModel<"znver5", Znver4Model, ProcessorFeatures.ZN5Features,
1915
1912
ProcessorFeatures.ZN5Tuning>;
1916
1913
0 commit comments