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 5232e6f commit 8d50a38Copy full SHA for 8d50a38
llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
@@ -1064,7 +1064,7 @@ RISCVVLOptimizer::getVLForUser(MachineOperand &UserOp) {
1064
// register. In this case, we should treat it like a scalar register which
1065
// does not impact the decision on whether to optimize VL. But if there is
1066
// another user of MI and it may have VL=0, we need to be sure not to reduce
1067
- // the VL of MI to zero when the VLOp of UserOp is may be non-zero. The most
+ // the VL of MI to zero when the VLOp of UserOp may be non-zero. The most
1068
// we can reduce it to is one.
1069
if (isVectorOpUsedAsScalarOp(UserOp)) {
1070
[[maybe_unused]] Register R = UserOp.getReg();
0 commit comments