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] MVE compare vector splat combine
[llvm-complete.git]
/
test
/
CodeGen
/
X86
/
asm-reject-reg-type-mismatch.ll
blob
c7e86f565eefae8a58ed10baec777a3ac3ebaada
1
; RUN: not llc -o /dev/null %s 2>&1 | FileCheck %s
2
target triple = "x86_64--"
3
4
; CHECK: error: couldn't allocate output register for constraint '{ax}'
5
define i128 @blup() {
6
%v = tail call i128 asm "", "={ax},0"(i128 0)
7
ret i128 %v
8
}