[llvm] [PPC][NFC] Remove duplicate processor feature from pwr9/10/11 and future (PR #137903)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 30 13:30:09 PDT 2025
================
@@ -435,8 +435,7 @@ def ProcessorFeatures {
FeatureP9Vector,
FeaturePPCPreRASched,
FeaturePPCPostRASched,
- FeatureISA3_0,
- FeaturePredictableSelectIsExpensive
+ FeatureISA3_0
----------------
mshockwave wrote:
Agree, RISCV is doing that separation as well
https://github.com/llvm/llvm-project/pull/137903
More information about the llvm-commits
mailing list