diff options
author | Arthur Eubanks <aeubanks@google.com> | 2020-12-07 22:57:37 -0800 |
---|---|---|
committer | Arthur Eubanks <aeubanks@google.com> | 2020-12-10 09:46:08 -0800 |
commit | 512a64de6a977891b52b59c765f7775e0c8ad6cf (patch) | |
tree | 5dc635b9efc769c7a805662dbc5a4b4a5dd4dd1d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ac25e8628c443cddd841c6c91d1c9e23e88969e5 (diff) | |
download | llvm-512a64de6a977891b52b59c765f7775e0c8ad6cf.zip llvm-512a64de6a977891b52b59c765f7775e0c8ad6cf.tar.gz llvm-512a64de6a977891b52b59c765f7775e0c8ad6cf.tar.bz2 |
[test] Fix scev-expander-preserve-lcssa.ll under NPM
The NPM runs loop passes over loops in forward program order, rather
than the legacy loop PM's reverse program order. This seems to produce
better results as shown here.
I verified that changing the loop order to reverse program order results
in the same IR with the NPM.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D92817
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions