Skip to content

Commit 32ca368

Browse files
authored
[PPC][NFC] Remove duplicate processor feature from pwr9/10/11 and future (#137903)
The new TableGen warning introduced in 951292b shows the following warnings: ``` warning: Processor future contains duplicate feature 'predictable-select-expensive' warning: Processor pwr10 contains duplicate feature 'predictable-select-expensive' warning: Processor pwr11 contains duplicate feature 'predictable-select-expensive' warning: Processor pwr9 contains duplicate feature 'predictable-select-expensive' ```
1 parent 4ec473e commit 32ca368

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/PowerPC/PPC.td

+1-2
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ def ProcessorFeatures {
435435
FeatureP9Vector,
436436
FeaturePPCPreRASched,
437437
FeaturePPCPostRASched,
438-
FeatureISA3_0,
439-
FeaturePredictableSelectIsExpensive
438+
FeatureISA3_0
440439
];
441440

442441
// Some features are unique to Power9 and there is no reason to assume

0 commit comments

Comments
 (0)