[clang] [llvm] [RISCV][VLS] Support RISCV VLS calling convention (PR #100346)

Brandon Wu via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 02:26:13 PDT 2024


================
@@ -1333,6 +1333,15 @@ def Experimental
    : SubtargetFeature<"experimental", "HasExperimental",
                       "true", "Experimental intrinsics">;
 
+def FeatureABIVLen32B
----------------
4vtomat wrote:

Yeah, that's a good idea since the backend doesn't use them~

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


More information about the llvm-commits mailing list