[llvm-branch-commits] [llvm] [CodeGen] Move EnableSinkAndFold to TargetOptions (PR #114746)
Akshat Oke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 5 03:15:12 PST 2024
optimisan wrote:
The default value is false, but two targets are setting it to true.
Currently MachineSink is added by generic TargetPassConfig. Can add the option to `CGPassBuilderOptions` so targets can set it there instead.
https://github.com/llvm/llvm-project/pull/114746
More information about the llvm-branch-commits
mailing list