[llvm-branch-commits] [llvm] Remove pipeline checks for optsize for DFAJumpThreadingPass (PR #83188)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 27 13:24:19 PST 2024


https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/83188

The pass itself checks whether to apply the optimization based on the
minsize attribute, so there isn't much functional benefit to preventing
the pass from being added. Gating the pass gets added to the pass
pipeline complicates the interaction with -enable-dfa-jump-thread, as
well.





More information about the llvm-branch-commits mailing list