[llvm] [RISCV][llvm] Preliminary P extension codegen support (PR #162668)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 23:07:39 PST 2025


================
@@ -1104,6 +1104,10 @@ def FeatureStdExtP
 def HasStdExtP : Predicate<"Subtarget->hasStdExtP()">,
                  AssemblerPredicate<(all_of FeatureStdExtP),
                                     "'Base P' (Packed SIMD)">;
+def FeatureEnablePExtCodeGen
----------------
4vtomat wrote:

Oh I think thats more reasonable

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


More information about the llvm-commits mailing list