Skip to content

Commit aafcc85

Browse files
committed
fixup: Use hasVendorXMIPSLSP for l/d pairs
1 parent 46f8195 commit aafcc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ def UseCCMovInsn : Predicate<"Subtarget->useCCMovInsn()">;
12401240
def FeatureVendorXMIPSLSP
12411241
: RISCVExtension<1, 0, "MIPS optimization for hardware load-store bonding">;
12421242
def HasVendorXMIPSLSP
1243-
: Predicate<"Subtarget->hasVendorXMIPSCMove()">,
1243+
: Predicate<"Subtarget->hasVendorXMIPSLSP()">,
12441244
AssemblerPredicate<(all_of FeatureVendorXMIPSLSP),
12451245
"'Xmipslsp' (load and store pair instructions)">;
12461246

0 commit comments

Comments
 (0)