[clang] [llvm] [RISCV] Add MIPS extensions (PR #121394)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 07:53:14 PST 2025
================
@@ -1448,3 +1448,18 @@ def FeatureTaggedGlobals : SubtargetFeature<"tagged-globals",
"AllowTaggedGlobals",
"true", "Use an instruction sequence for taking the address of a global "
"that allows a memory tag in the upper address bits">;
+
+def FeatureVendorMIPSCMove : SubtargetFeature<"xmipscmove", "HasVendorMIPSCMove",
----------------
topperc wrote:
FeatureVendorMIPSCMove -> FeatureVendorXMIPSCMove so it matches the name of the extension
https://github.com/llvm/llvm-project/pull/121394
More information about the llvm-commits
mailing list