[PATCH] D140635: Enabled DFAJumpThreading by Default
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 14:05:12 PST 2022
xbolva00 accepted this revision.
xbolva00 added a comment.
This revision is now accepted and ready to land.
Yes, we should have pass like this one in the optimization pipelines to achieve better jump threading optimizations (currently llvm is far behind gcc here).
Compile time data are pretty neutral, so probably just go ahead and try to enable it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140635/new/
https://reviews.llvm.org/D140635
More information about the llvm-commits
mailing list