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 06c1546 commit 3988a06Copy full SHA for 3988a06
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
@@ -793,7 +793,6 @@ bool LoopInterchangeLegality::findInductionAndReductions(
793
// This function indicates the current limitations in the transform as a result
794
// of which we do not proceed.
795
bool LoopInterchangeLegality::currentLimitations() {
796
- BasicBlock *InnerLoopPreHeader = InnerLoop->getLoopPreheader();
797
BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
798
799
// transform currently expects the loop latches to also be the exiting
0 commit comments