Skip to content

Commit 2c09b5c

Browse files
committed
[InstCombine] Update test. NFC.
1 parent a461c83 commit 2c09b5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Transforms/InstCombine/minmax-fp.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ define i8 @t9(float %a) {
160160
; Either operand could be NaN, but fast modifier applied.
161161
define i8 @t11(float %a, float %b) {
162162
; CHECK-LABEL: @t11(
163-
; CHECK-NEXT: [[DOTINV:%.*]] = fcmp fast oge float [[B:%.*]], [[A:%.*]]
164-
; CHECK-NEXT: [[DOTV:%.*]] = select nnan ninf i1 [[DOTINV]], float [[A]], float [[B]]
163+
; CHECK-NEXT: [[DOTV:%.*]] = call nnan ninf float @llvm.minnum.f32(float [[B:%.*]], float [[A:%.*]])
165164
; CHECK-NEXT: [[TMP1:%.*]] = fptosi float [[DOTV]] to i8
166165
; CHECK-NEXT: ret i8 [[TMP1]]
167166
;

0 commit comments

Comments
 (0)