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 715e116 commit 5a6976bCopy full SHA for 5a6976b
llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp
@@ -816,7 +816,7 @@ bool RISCVVLOptimizer::tryReduceVL(MachineInstr &OrigMI) {
816
MachineOperand &VLOp = MI.getOperand(VLOpNum);
817
818
if (!RISCV::isVLKnownLE(*CommonVL, VLOp)) {
819
- LLVM_DEBUG(dbgs() << " Abort due to no CommonVL not <= VLOp.\n");
+ LLVM_DEBUG(dbgs() << " Abort due to CommonVL not <= VLOp.\n");
820
continue;
821
}
822
0 commit comments