mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 21:05:51 +00:00
7 lines
182 B
LLVM
7 lines
182 B
LLVM
|
; RUN: not llc -march=aarch64 < %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
|
||
|
}
|