[clang] [llvm] [RISCV] Add MIPS extensions (PR #121394)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 31 09:38:39 PST 2024


================
@@ -1395,6 +1395,19 @@ def NoConditionalMoveFusion  : Predicate<"!Subtarget->hasConditionalMoveFusion()
 def TuneMIPSP8700
     : SubtargetFeature<"mips-p8700", "RISCVProcFamily", "MIPSP8700",
                        "MIPS p8700 processor">;
+def FeatureVendorMIPSCMove : SubtargetFeature<"xmipscmove", "HasVendorMIPSCMove",
----------------
topperc wrote:

FeatureVendor* should be in the vendor extension section of this file not the tuning section.

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


More information about the cfe-commits mailing list