We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56acc7f commit 9ae6fafCopy full SHA for 9ae6faf
llvm/test/Transforms/InstCombine/ilogb.ll
@@ -1,5 +1,5 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2
-; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
3
4
define i32 @ilogbf_const1() {
5
; CHECK-LABEL: define i32 @ilogbf_const1() {
llvm/test/Transforms/InstSimplify/pr122582.ll
@@ -206,7 +206,7 @@ define i32 @ilogb_const1_1() strictfp {
206
; CHECK-NEXT: ret i32 2
207
;
208
%r = call i32 @ilogb(double -7.000000e+00)
209
- ret i32 %r
+ ret i32 %r
210
}
211
212
declare i32 @ilogbf(float)
0 commit comments