[PATCH] D148010: [Pipelines] Don't run module optimization in full LTO pre-link
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 09:30:48 PDT 2023
dmgreen added a comment.
I would be very surprised if this didn't cause some large regressions. I've always thought that one of the benefits for LTO is not just that it combines all function into a single module, but that it runs the pass pipeline twice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148010/new/
https://reviews.llvm.org/D148010
More information about the llvm-commits
mailing list