[llvm] [PPC][NFC] Remove duplicate processor feature from pwr9/10/11 and future (PR #137903)

Jon Roelofs via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 12:09:23 PDT 2025


================
@@ -435,8 +435,7 @@ def ProcessorFeatures {
      FeatureP9Vector,
      FeaturePPCPreRASched,
      FeaturePPCPostRASched,
-     FeatureISA3_0,
-     FeaturePredictableSelectIsExpensive
+     FeatureISA3_0
----------------
jroelofs wrote:

Might be a bit of a bigger refactor than you're looking to do here, but the AArch64 backend is a much better model for this: ISA features, and Tune features are separated out into parallel lists.

https://github.com/llvm/llvm-project/pull/137903


More information about the llvm-commits mailing list