Skip to content

Commit 966bee7

Browse files
authored
[InstCombine][NFC] Fix typo in is_fpclass.ll (#112067)
This typo causes alive2 to crash.
1 parent 1ac6ef5 commit 966bee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/InstCombine/is_fpclass.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ define i1 @test_class_is_not_p0_n0_psub_nsub_f32_dapz(float %x) "denormal-fp-mat
376376
ret i1 %val
377377
}
378378

379-
define i1 @test_class_is_not_p0_n0_psub_nsub_f32_dynamic(float %x) "denormal-fp-math"="ieee,dynamiz" {
379+
define i1 @test_class_is_not_p0_n0_psub_nsub_f32_dynamic(float %x) "denormal-fp-math"="ieee,dynamic" {
380380
; CHECK-LABEL: @test_class_is_not_p0_n0_psub_nsub_f32_dynamic(
381381
; CHECK-NEXT: [[VAL:%.*]] = call i1 @llvm.is.fpclass.f32(float [[X:%.*]], i32 783)
382382
; CHECK-NEXT: ret i1 [[VAL]]

0 commit comments

Comments
 (0)