mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[ARM] Add opt-bisect support to ARMParallelDSP.
llvm-svn: 366851
This commit is contained in:
parent
14b03d1c85
commit
5d8fe4329a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user