Skip to content

Commit

Permalink
[ARM] Add opt-bisect support to ARMParallelDSP.
Browse files Browse the repository at this point in the history
llvm-svn: 366851
  • Loading branch information
efriedma-quic committed Jul 23, 2019
1 parent 8693f8f commit b27fc95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/lib/Target/ARM/ARMParallelDSP.cpp
Expand Up @@ -233,6 +233,9 @@ namespace {
bool runOnLoop(Loop *TheLoop, LPPassManager &) override {
if (DisableParallelDSP)
return false;
if (skipLoop(TheLoop))
return false;

L = TheLoop;
SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
AA = &getAnalysis<AAResultsWrapperPass>().getAAResults();
Expand Down

0 comments on commit b27fc95

Please sign in to comment.