projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AArch64/ARM64: move ARM64 into AArch64's place
[oota-llvm.git]
/
test
/
CodeGen
/
AArch64
/
inline-asm-constraints-badI.ll
1
; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s
2
3
define void @foo() {
4
; Out of range immediate for I.
5
call void asm sideeffect "add x0, x0, $0", "I"(i32 4097)
6
ret void
7
}