repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2008-01-12-VecInit.cpp
blob
6a516c9bd34305246f88f494c2e0b20b1bd50899
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
//
3
typedef
int
__attribute__
((
vector_size
(
16
)))
v
;
4
v vt
= {
1
,
2
,
3
,
4
};