================
@@ -4657,3 +4657,57 @@ define i1 @or_fcmp_reassoc4(i1 %x, double %a, double %b) {
%retval = or i1 %cmp1, %or
ret i1 %retval
}
+
----------------
XChy wrote:
Also add tests for `and(fcmp, fcmp)`.
https://github.com/llvm/llvm-project/pull/158097