Skip to content

Commit 8f2cdcd

Browse files
actinksdtcxzyw
andauthored
Update llvm/test/Transforms/InstCombine/fcmp-select.ll
Co-authored-by: Yingwei Zheng <[email protected]>
1 parent a4fb76c commit 8f2cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/fcmp-select.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ define i1 @test_fcmp_select_var_const_unordered(double %x, double %y) {
271271

272272
define i1 @test_fcmp_ord_select_fcmp_oeq_var_const(double %x) {
273273
; CHECK-LABEL: @test_fcmp_ord_select_fcmp_oeq_var_const(
274-
; CHECK-NEXT: [[CMP1:%.*]] = fcmp oeq double [[X:%.*]], 0.000000e+00
274+
; CHECK-NEXT: [[CMP1:%.*]] = fcmp oeq double [[X:%.*]], 1.000000e+00
275275
; CHECK-NEXT: ret i1 [[CMP1]]
276276
;
277277
%cmp1 = fcmp ord double %x, 0.000000e+00

0 commit comments

Comments
 (0)