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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
vector-constantexpr.ll
blob
441c4a0e71dc6ebb82c8364cb9ac3967e5f37bad
1
; RUN: llvm-as < %s | llc
2
3
define void @""(float* %inregs, float* %outregs) {
4
%a_addr.i = alloca <4 x float> ; <<4 x float>*> [#uses=1]
5
store <4 x float> < float undef, float undef, float undef, float undef >, <4 x float>* %a_addr.i
6
ret void
7
}