[llvm] [DAGCombiner] Remove `NoSignedZerosFPMath` uses in `visitFADD` (PR #160635)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 04:00:14 PDT 2025
================
@@ -879,149 +879,23 @@ define amdgpu_kernel void @v_fneg_add_multi_use_fneg_x_f32(ptr addrspace(1) %out
ret void
}
-; This one asserted with -enable-no-signed-zeros-fp-math
define amdgpu_ps float @fneg_fadd_0(float inreg %tmp2, float inreg %tmp6, <4 x i32> %arg) local_unnamed_addr #0 {
----------------
arsenm wrote:
Duplicate function with different flags added?
https://github.com/llvm/llvm-project/pull/160635
More information about the llvm-commits
mailing list