llvm-project
395d0b88 - [llvm] Remove pipeline checks for optsize for DFAJumpThreadingPass (#83188)

Commit
1 year ago
[llvm] Remove pipeline checks for optsize for DFAJumpThreadingPass (#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 how the pass gets added to the pass pipeline complicates the interaction with -enable-dfa-jump-thread, as well.
Author
Parents
Loading