[PATCH] D129600: Turn on flag to not re-run simplification pipeline.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 16:29:19 PDT 2022
aeubanks added a comment.
regressions would come up in the form of functions where running the function simplification pipeline more than once on it results in more simplification, i.e. phase ordering issues, and the function happened to have the function simplification get run on it more than once due to how the CGSCC pass manager visits SCCs
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129600/new/
https://reviews.llvm.org/D129600
More information about the llvm-commits
mailing list