mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Test case for PR1248
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac86cc1b7e
commit
48e15e3cc6
@ -0,0 +1,7 @@
|
||||
; For PR1248
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep 'ugt i32 %tmp6, 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user