xref
: /
llvm-project-15.0.7
/
llvm
/
test
/
Linker
/
Inputs
/
fixed-vector-type-construction.ll
(revision 0327cfe2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
%t = type {i32, float}
2
define void @foo(<4 x %t*> %x) {
3
ret void
4
}
5