forked from OSchip/llvm-project
LoopInstSimplify preserves ScalarEvolution.
llvm-svn: 125368
This commit is contained in:
parent
cee9db2b6f
commit
25cb63c791
|
@ -42,6 +42,7 @@ namespace {
|
|||
AU.addRequiredID(LoopSimplifyID);
|
||||
AU.addPreservedID(LoopSimplifyID);
|
||||
AU.addPreservedID(LCSSAID);
|
||||
AU.addPreserved("scalar-evolution");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue