[llvm] [DAGCombiner] Remove `UnsafeFPMath` usage in `visitFSUBForFMACombine` etc. (PR #145637)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 03:43:34 PDT 2025
================
@@ -29,28 +34,37 @@ define double @unsafe_fp_math_off(double %x) #0 {
; CHECK-LABEL: unsafe_fp_math_default1:
define double @unsafe_fp_math_default1(double %x) {
; With unsafe math enabled, can change this div to a mul.
-; SAFE: divsd
; UNSAFE: mulsd
----------------
RKSimon wrote:
lost SAFE check?
https://github.com/llvm/llvm-project/pull/145637
More information about the llvm-commits
mailing list