[llvm] Attributor: Add denormal-fp-math to attributor-light (PR #79576)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 04:50:11 PDT 2024
nikic wrote:
I think it's quite unlikely that AttributorLight will become part of the default pipeline anytime soon, especially if more attributes get added to it. So if you need this, you do need to implement it in the production FunctionAttrs pass. Unless this is a for a custom, non-upstream pipeline?
https://github.com/llvm/llvm-project/pull/79576
More information about the llvm-commits
mailing list