Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / scalable-vector-type-construction.ll
blob69cb5aebb42a336a8c9b071f441bdc20a1e32934
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 ptr> %x) {
6   ret void