[all-commits] [llvm/llvm-project] 395d0b: [llvm] Remove pipeline checks for optsize for DFAJ...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Wed Feb 28 10:52:42 PST 2024
Branch: refs/heads/users/ilovepi/spr/main.llvm-remove-pipeline-checks-for-optsize-for-dfajumpthreadingpass
Home: https://github.com/llvm/llvm-project
Commit: 395d0b88271c1d980de2cce0e48765471e8533bf
https://github.com/llvm/llvm-project/commit/395d0b88271c1d980de2cce0e48765471e8533bf
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list