Skip to content

Commit 7ce44f4

Browse files
committed
Try two at review comment
1 parent 63f1df6 commit 7ce44f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
15721572
}
15731573

15741574
// zve32x is broken for partial_reduce_umla, but let's not make it worse.
1575-
if (Subtarget.hasStdExtZvqdotq() && Subtarget.getRealMinVLen() >= 64) {
1575+
if (Subtarget.hasStdExtZvqdotq() && Subtarget.getELen() >= 64) {
15761576
setPartialReduceMLAAction(MVT::nxv1i32, MVT::nxv4i8, Custom);
15771577
setPartialReduceMLAAction(MVT::nxv2i32, MVT::nxv8i8, Custom);
15781578
setPartialReduceMLAAction(MVT::nxv4i32, MVT::nxv16i8, Custom);

0 commit comments

Comments
 (0)