mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
c49d7dd886
Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
8 lines
237 B
LLVM
8 lines
237 B
LLVM
; For PR1248
|
|
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | 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
|
|
}
|