mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
10 lines
241 B
LLVM
10 lines
241 B
LLVM
|
; RUN: llvm-as < %s | llc -march=thumb | grep {lsr r0, r0, #31}
|
||
|
|
||
|
define i32 @test1(i32 %X) {
|
||
|
entry:
|
||
|
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
|
||
|
zext i1 %0 to i32 ; <i32>:1 [#uses=1]
|
||
|
ret i32 %1
|
||
|
}
|
||
|
|