Skip to content

Commit baaed16

Browse files
authored
[X86][NFC] Remove duplicate feature from Znver5 processor definition (llvm#137901)
`FeatureVNNI` is already in Znver4AdditionalFeature. Found by the new TableGen warning introduced in 951292b
1 parent b8bb1cc commit baaed16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/X86/X86.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,8 +1591,7 @@ def ProcessorFeatures {
15911591
!listconcat(ZN3Features, ZN4AdditionalFeatures);
15921592

15931593
list<SubtargetFeature> ZN5Tuning = ZN4Tuning;
1594-
list<SubtargetFeature> ZN5AdditionalFeatures = [FeatureVNNI,
1595-
FeatureMOVDIRI,
1594+
list<SubtargetFeature> ZN5AdditionalFeatures = [FeatureMOVDIRI,
15961595
FeatureMOVDIR64B,
15971596
FeatureVP2INTERSECT,
15981597
FeaturePREFETCHI,

0 commit comments

Comments
 (0)