[llvm] [SelectionDAG] Remove UnsafeFPMath check in `visitFADDForFMACombine` (PR #127770)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 04:49:41 PST 2025
paperchalice wrote:
FMA instructions`AMDGPU/fneg-combines.f16.ll`, `AMDGPU/fneg-combines.new.ll` and `X86/sqrt-fastmath.ll` are now unoptimized due to lack of "unsafe-fp-math" attribute...
----
The command line option `--enable-unsafe-fp-math` is useless in CodeGen tests after a certain time point
Need to find time to clean them out.
https://github.com/llvm/llvm-project/pull/127770
More information about the llvm-commits
mailing list