Sign in
swiftshader
/
SwiftShader
/
10a900e5ffaffdffe2806b1507af43a74acdfe9e
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
AArch64
/
inline-asm-constraints-badI.ll
blob: 9d833d936c0600e5286a4403ffa68673113c3f0b [
file
] [
log
] [
blame
]
; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s
define
void
@foo
()
{
; Out of range immediate for I.
call
void
asm
sideeffect
"add x0, x0, $0"
,
"I"
(
i32
4097
)
ret
void
}