[clang][bytecode] Support vector-to-vector bitcasts (#118230)
[llvm-project.git] / llvm / test / Linker / partial-type-refinement-link.ll
blobcc34f63535cf47365b0b371fd65ef79184010001
1 ; This file is used by first.ll, so it doesn't actually do anything itself
2 ; RUN: true
4 %AnalysisResolver = type { i8, ptr }
5 %"DenseMap<P*,AU*>" = type { i64, ptr, i64, i64 }
6 %PMDataManager = type { i8, ptr, i8, i8, i8, i8, i8, i64, i8 }
7 %PMTopLevelManager = type { i8, i8, i8, i8, i8, i8, i8, i8, %"DenseMap<P*,AU*>" }
8 %P = type { i8, ptr, i64 }
9 %PI = type { i8, i8, i8, i8, i8, i8, %"vector<const PI*>", ptr }
10 %"SmallVImpl<const PI*>" = type { i8, ptr }
11 %"_V_base<const PI*>" = type { %"_V_base<const PI*>::_V_impl" }
12 %"_V_base<const PI*>::_V_impl" = type { ptr, i8, i8 }
13 %"pair<P*,AU*>" = type opaque
14 %"vector<const PI*>" = type { %"_V_base<const PI*>" }
16 define void @f(ptr %this) {
17 entry:
18   %x = getelementptr inbounds %"SmallVImpl<const PI*>", ptr %this, i64 0, i32 1
19   ret void