mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
62526ce9c9
Only Linux is supported at the moment, and other platforms quickly fault. As a result these tests would fail on non-Linux hosts. It may be worth making the tests more generic again as more platforms are supported. llvm-svn: 174170
7 lines
199 B
LLVM
7 lines
199 B
LLVM
; 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
|
|
} |