You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
216 B
8 lines
216 B
4 months ago
|
; For PR1248
|
||
|
; RUN: opt < %s -instcombine -S | grep "ugt i32 .*, 11"
|
||
|
define i1 @test(i32 %tmp6) {
|
||
|
%tmp7 = sdiv i32 %tmp6, 12 ; <i32> [#uses=1]
|
||
|
icmp ne i32 %tmp7, -6 ; <i1>:1 [#uses=1]
|
||
|
ret i1 %1
|
||
|
}
|