Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e407736a065bd59d87c30da91e609583cb1cf552
/
.
/
llvm
/
test
/
CodeGen
/
AArch64
/
inline-asm-constraints-badK.ll
blob: 40746e1528ce3e878e5d06ea4e6400e854c0dfb0 [
file
] [
log
] [
blame
]
; RUN: not llc -mtriple=aarch64-none-linux-gnu < %s
define
void
@foo
()
{
; 32-bit bitpattern ending in 1101 can't be produced.
call
void
asm
sideeffect
"and w0, w0, $0"
,
"K"
(
i32
13
)
ret
void
}