[PATCH] D142725: [DFAJumpThreading] Enable DFAJT with LTO
Alexey Zhikhartsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 08:04:17 PST 2023
alexey.zhikhar added a comment.
Thanks for the patch.
Question: why LTO? I'm no longer with the company where I worked on this and my recollections are starting to get fuzzy but AFAIR this optimization doesn't need the whole program. If so, you'll want to place this opt into the regular pipeline, where compilation of different translation units is parallelized.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142725/new/
https://reviews.llvm.org/D142725
More information about the llvm-commits
mailing list