Skip to content

Commit b27fc95

Browse files
committed
[ARM] Add opt-bisect support to ARMParallelDSP.
llvm-svn: 366851
1 parent 8693f8f commit b27fc95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Target/ARM/ARMParallelDSP.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ namespace {
233233
bool runOnLoop(Loop *TheLoop, LPPassManager &) override {
234234
if (DisableParallelDSP)
235235
return false;
236+
if (skipLoop(TheLoop))
237+
return false;
238+
236239
L = TheLoop;
237240
SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
238241
AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();

0 commit comments

Comments
 (0)