[llvm] [SelectionDAG] Remove UnsafeFPMath check in `visitFADDForFMACombine` (PR #127770)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 05:17:11 PST 2025
================
@@ -3440,6 +3485,6 @@ declare half @llvm.amdgcn.rcp.f16(half) #1
attributes #0 = { nounwind "denormal-fp-math-f32"="preserve-sign,preserve-sign" }
attributes #1 = { nounwind readnone }
-attributes #2 = { nounwind "unsafe-fp-math"="true" }
+attributes #2 = { nounwind }
----------------
paperchalice wrote:
`"no-signed-zeros-fp-math"="true"` is enough here and re-adding `"unsafe-fp-math"="true"` changes nothing in this pull request.
https://github.com/llvm/llvm-project/pull/127770
More information about the llvm-commits
mailing list