[PATCH] D61726: [Pass Pipeline] Run another round of reassociation after loop pipeline
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 15:10:43 PDT 2019
efriedma added a comment.
-O3 makes sense, probably. I mean, reassociate is unlikely to hurt performance, but a second reassociate pass is unlikely to help much unless some pass like unrolling generates new code after the first reassociate.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61726/new/
https://reviews.llvm.org/D61726
More information about the llvm-commits
mailing list