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 3e4fd37 commit 488edcaCopy full SHA for 488edca
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -1757,7 +1757,7 @@ bool RISCVInsertVSETVLI::canMutatePriorConfig(
1757
}
1758
1759
// If we define VL and need to move the definition up, check we can extend
1760
- // the live interval upwards from PrevMI to MI.
+ // the live interval upwards from MI to PrevMI.
1761
Register VL = MI.getOperand(0).getReg();
1762
if (VL.isVirtual() && LIS &&
1763
LIS->getInterval(VL).overlaps(LIS->getInstructionIndex(PrevMI),
0 commit comments