We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f8195 commit aafcc85Copy full SHA for aafcc85
llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -1240,7 +1240,7 @@ def UseCCMovInsn : Predicate<"Subtarget->useCCMovInsn()">;
1240
def FeatureVendorXMIPSLSP
1241
: RISCVExtension<1, 0, "MIPS optimization for hardware load-store bonding">;
1242
def HasVendorXMIPSLSP
1243
- : Predicate<"Subtarget->hasVendorXMIPSCMove()">,
+ : Predicate<"Subtarget->hasVendorXMIPSLSP()">,
1244
AssemblerPredicate<(all_of FeatureVendorXMIPSLSP),
1245
"'Xmipslsp' (load and store pair instructions)">;
1246
0 commit comments