================
@@ -84,11 +84,11 @@ define float 
@ret_fmuladd_different_same_arg_positive_addend(float noundef %arg0
 
 ; 1. operand0=positive, operand1=negative, operand2=positive
 define half @ret_fma__pos0__neg1__pos2() {
-; CHECK-LABEL: define half @ret_fma__pos0__neg1__pos2() {
+; CHECK-LABEL: define nofpclass(nzero) half @ret_fma__pos0__neg1__pos2() {
----------------
arsenm wrote:

This bug is in the base fadd handling, fmuladd vs. fma doesn't matter for the 
class tracking 

https://github.com/llvm/llvm-project/pull/175614
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to