[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Linker / scalable-vector-type-construction.ll
blobae95af510dbb4ca8fa950736f09b56e7468ee44c
1 ; RUN: llvm-link %p/Inputs/fixed-vector-type-construction.ll %s -S -o - | FileCheck %s
2 %t = type {i32, float}
3 ; CHECK: define void @foo(<4 x
4 ; CHECK; define void @bar(<vscale x 4 x
5 define void @bar(<vscale x 4 x %t*> %x) {
6   ret void