[llvm-branch-commits] [llvm] [PassBuilder][CodeGen] Add callback style pass buider (PR #116913)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 23 05:38:27 PST 2025
paperchalice wrote:
> Will new codegen support disabling individual passes? Instead of having separate arguments like `-disable-machine-sink` we could do `-disable-passes=machine-sink`.
I created #76714, but disabling arbitrary passes is not we expect. Maybe we could add an allowlist as a compromise...
https://github.com/llvm/llvm-project/pull/116913
More information about the llvm-branch-commits
mailing list