repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
vec_insert.ll
blob
04bbe6574f62842a53b3c934380bf7403a4a337f
1
; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep sth
2
3
define <8 x i16> @insert(<8 x i16> %foo, i16 %a) nounwind {
4
entry:
5
%vecext = insertelement <8 x i16> %foo, i16 %a, i32 7 ; <i8> [#uses=1]
6
ret <8 x i16> %vecext
7
}
8