[llvm] ValueTracking: Merge fcmpImpliesClass and fcmpToClassTest (PR #66522)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 02:23:12 PDT 2024


================
@@ -2641,8 +2641,8 @@ define float @assume_false_smallest_normal(float %arg) {
 }
 
 define float @clamp_false_nan(float %arg) {
-; CHECK-LABEL: define float @clamp_false_nan(
-; CHECK-SAME: float returned [[ARG:%.*]]) #[[ATTR2]] {
+; CHECK-LABEL: define nofpclass(nan inf nzero sub norm) float @clamp_false_nan(
+; CHECK-SAME: float returned nofpclass(nan inf nzero sub norm) [[ARG:%.*]]) #[[ATTR2]] {
----------------
arsenm wrote:

This turned out to be the issue fixed in 1a6953a75d3120a4f9196911e6a6b79fcc315553

https://github.com/llvm/llvm-project/pull/66522


More information about the llvm-commits mailing list