repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
Assembler
/
invalid_cast.ll
blob
c5b082b6b8d628248df868ac7412c5838a1fac04
1
; RUN: not llvm-as < %s |& grep {invalid cast opcode}
2
3
define <3 x i8> @foo(<4 x i64> %x) {
4
%y = trunc <4 x i64> %x to <3 x i8>
5
ret <3 x i8> %y
6
}