[PATCH] D94232: [LoopRotate] Add PrepareForLTO stage, avoid rotating with inline cands (WIP).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 02:14:26 PST 2021
fhahn added a comment.
In D94232#2505253 <https://reviews.llvm.org/D94232#2505253>, @nikic wrote:
> Does the same issue apply to ThinLTO?
Possibly, but unfortunately I do not have performance data at the moment to back that up and not enough insight into the specifics of the ThinLTO pipeline. But it should be easy to switch to using it for ThinLTO as well, once we are confident it works as expected for LTO on a large range of workloads.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94232/new/
https://reviews.llvm.org/D94232
More information about the llvm-commits
mailing list