[llvm] [DFAJumpThreading] Enable DFAJumpThread by default. (PR #157646)
Hongyu Chen via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 3 00:43:01 PDT 2025
XChy wrote:
I believe https://github.com/llvm/llvm-project/pull/161632 has resolved most outliers. The bottleneck mostly lies in the later optimizations in the pipeline after duplicating blocks.
Another point to improve is the preservation of BranchFrequencyInfo.
https://github.com/llvm/llvm-project/pull/157646
More information about the llvm-commits
mailing list