mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +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…
x
Reference in New Issue
Block a user