Skip to content

Commit 9ae6faf

Browse files
committed
minor change
1 parent 56acc7f commit 9ae6faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/Transforms/InstCombine/ilogb.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2-
; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
2+
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
33

44
define i32 @ilogbf_const1() {
55
; CHECK-LABEL: define i32 @ilogbf_const1() {

llvm/test/Transforms/InstSimplify/pr122582.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ define i32 @ilogb_const1_1() strictfp {
206206
; CHECK-NEXT: ret i32 2
207207
;
208208
%r = call i32 @ilogb(double -7.000000e+00)
209-
ret i32 %r
209+
ret i32 %r
210210
}
211211

212212
declare i32 @ilogbf(float)

0 commit comments

Comments
 (0)