[PATCH] D92796: Pin -loop-reduce to legacy PM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 13:15:06 PST 2020
aeubanks added a comment.
Currently LSR is not tested with the NPM in any circumstance.
There are no tests with `-passes=loop-reduce`, and LSR is only used in the codegen pass manager, so even with `-DEXPERIMENTAL_NEW_PASS_MANAGER=ON`, it's never in a NPM context.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92796/new/
https://reviews.llvm.org/D92796
More information about the llvm-commits
mailing list