[clang] [llvm] [RISCV] Add Qualcomn uC Xqcili (load large immediates) extension (PR #130012)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 22:48:43 PST 2025


================
@@ -1358,6 +1358,12 @@ def HasVendorXqciint
       AssemblerPredicate<(all_of FeatureVendorXqciint),
                          "'Xqciint' (Qualcomm uC Interrupts Extension)">;
 
+def FeatureVendorXqcili : RISCVExperimentalExtension<0, 2, "Qualcomm uC Load Large Immediate Extension", []>;
----------------
u4f3 wrote:

It seems that this requirement is not explicitly specified in the spec, or I'm missing some part of documents somewhere. Anyway I add [FeatureStdExtZca].

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


More information about the cfe-commits mailing list