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 a9d2834 commit 7bbad4fCopy full SHA for 7bbad4f
llvm/lib/CodeGen/PeepholeOptimizer.cpp
@@ -1991,11 +1991,6 @@ ValueTrackerResult ValueTracker::getNextSourceFromRegSequence() {
1991
// turn that into an assertion.
1992
return ValueTrackerResult();
1993
1994
- if (!TII)
1995
- // We could handle the REG_SEQUENCE here, but we do not want to
1996
- // duplicate the code from the generic TII.
1997
- return ValueTrackerResult();
1998
-
1999
SmallVector<RegSubRegPairAndIdx, 8> RegSeqInputRegs;
2000
if (!TII->getRegSequenceInputs(*Def, DefIdx, RegSeqInputRegs))
2001
0 commit comments