repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
CodeGen
/
AArch64
/
inline-asm-constraints-badK2.ll
blob
172601301993a932bc2c35a341c0e9e45c404568
1
; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s
2
3
define void @foo() {
4
; 32-bit bitpattern ending in 1101 can't be produced.
5
call void asm sideeffect "and w0, w0, $0", "K"(i64 4294967296)
6
ret void
7
}