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 b137b20 commit 95b7babCopy full SHA for 95b7bab
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -1997,7 +1997,7 @@ eliminateRegSequence(MachineBasicBlock::iterator &MBBI) {
1997
MI.removeOperand(j);
1998
} else {
1999
if (LIS) {
2000
- // Force live interval recomputation if we moved to a partial defintion
+ // Force live interval recomputation if we moved to a partial definition
2001
// of the register. Undef flags must be propagate to uses of undefined
2002
// subregister for accurate interval computation.
2003
if (UndefLanes.any() && DefVN && MRI->shouldTrackSubRegLiveness(DstReg)) {
0 commit comments