================
@@ -758,3 +758,108 @@ exit:
   %sub = fsub float %max.next, %min.next
   ret float %sub
 }
+
+; Test fmax reduction with tail folding and a constant trip count that is not a
+; multiple of the vector factor (optsize forces tail folding).
+; Test for https://github.com/llvm/llvm-project/issues/209159.
+; FIXME: Currently the trip count is computed incorrectly.
----------------
nikic wrote:

Not relevant to the backport, but this FIXME didn't get dropped when the fix 
landed.

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

Reply via email to