[llvm] [ConstantFolding] Don't fold constrained fsub/fadd to zero with round.dynamic (PR #184919)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 08:20:40 PDT 2026
================
----------------
arsenm wrote:
```suggestion
%result = call double @llvm.experimental.constrained.fsub.f64(double 0.0, double 0.0, metadata !"round.dynamic", metadata !"fpexcept.strict")
```
Shouldn't need the callsite attributes
https://github.com/llvm/llvm-project/pull/184919
More information about the llvm-commits
mailing list