mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
5d49a6be02
llvm-svn: 34522
12 lines
177 B
LLVM
12 lines
177 B
LLVM
; RUN: llvm-as < %s | llc -march=thumb &&
|
|
; RUN: llvm-as < %s | llc -march=thumb | not grep CPI
|
|
|
|
|
|
define i32 @test1() {
|
|
ret i32 1000
|
|
}
|
|
|
|
define i32 @test2() {
|
|
ret i32 -256
|
|
}
|