[llvm-branch-commits] [llvm] ValueTracking: Improve handling for fma/fmuladd (PR #175614)
Yingwei Zheng via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 13 08:50:46 PST 2026
================
@@ -9,19 +9,19 @@ declare nofpclass(pinf pzero psub pnorm) half @returns_negative_or_nan()
define float @ret_fma_same_mul_arg(float noundef %arg0, float %arg1) {
-; CHECK-LABEL: define nofpclass(nzero) float @ret_fma_same_mul_arg
+; CHECK-LABEL: define float @ret_fma_same_mul_arg
----------------
dtcxzyw wrote:
regression
https://github.com/llvm/llvm-project/pull/175614
More information about the llvm-branch-commits
mailing list