Sign in
swiftshader
/
SwiftShader.git
/
20e22c4b509a0f7d0fa6208e2974556e46ae8b62
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Thumb
/
thumb-imm.ll
blob: d2aa5f2c5594b30ebcb51252563db592472c9cde [
file
]
; RUN: llc < %s -march=thumb | not grep CPI
define
i32
@test1
()
{
ret
i32
1000
}
define
i32
@test2
()
{
ret
i32
-
256
}