blob: 4e219e238e56e6773f6f470e8d951d88d500bc6d [file] [log] [blame]
Peter Collingbourne0312f612016-06-25 00:23:04 +00001; RUN: opt -S -wholeprogramdevirt %s | FileCheck %s
2
3target datalayout = "e-p:64:64"
4target triple = "x86_64-unknown-linux-gnu"
5
6; CHECK: [[VT1DATA:@[^ ]*]] = private constant { [8 x i8], [3 x i8*], [0 x i8] } { [8 x i8] c"\00\00\00\01\01\00\00\00", [3 x i8*] [i8* bitcast (i1 (i8*)* @vf0i1 to i8*), i8* bitcast (i1 (i8*)* @vf1i1 to i8*), i8* bitcast (i32 (i8*)* @vf1i32 to i8*)], [0 x i8] zeroinitializer }, section "vt1sec", !type [[T8:![0-9]+]]
7@vt1 = constant [3 x i8*] [
8i8* bitcast (i1 (i8*)* @vf0i1 to i8*),
9i8* bitcast (i1 (i8*)* @vf1i1 to i8*),
10i8* bitcast (i32 (i8*)* @vf1i32 to i8*)
11], section "vt1sec", !type !0
12
13; CHECK: [[VT2DATA:@[^ ]*]] = private constant { [8 x i8], [3 x i8*], [0 x i8] } { [8 x i8] c"\00\00\00\02\02\00\00\00", [3 x i8*] [i8* bitcast (i1 (i8*)* @vf1i1 to i8*), i8* bitcast (i1 (i8*)* @vf0i1 to i8*), i8* bitcast (i32 (i8*)* @vf2i32 to i8*)], [0 x i8] zeroinitializer }, !type [[T8]]
14@vt2 = constant [3 x i8*] [
15i8* bitcast (i1 (i8*)* @vf1i1 to i8*),
16i8* bitcast (i1 (i8*)* @vf0i1 to i8*),
17i8* bitcast (i32 (i8*)* @vf2i32 to i8*)
18], !type !0
19
20; CHECK: [[VT3DATA:@[^ ]*]] = private constant { [8 x i8], [3 x i8*], [0 x i8] } { [8 x i8] c"\00\00\00\01\03\00\00\00", [3 x i8*] [i8* bitcast (i1 (i8*)* @vf0i1 to i8*), i8* bitcast (i1 (i8*)* @vf1i1 to i8*), i8* bitcast (i32 (i8*)* @vf3i32 to i8*)], [0 x i8] zeroinitializer }, !type [[T8]]
21@vt3 = constant [3 x i8*] [
22i8* bitcast (i1 (i8*)* @vf0i1 to i8*),
23i8* bitcast (i1 (i8*)* @vf1i1 to i8*),
24i8* bitcast (i32 (i8*)* @vf3i32 to i8*)
25], !type !0
26
27; CHECK: [[VT4DATA:@[^ ]*]] = private constant { [8 x i8], [3 x i8*], [0 x i8] } { [8 x i8] c"\00\00\00\02\04\00\00\00", [3 x i8*] [i8* bitcast (i1 (i8*)* @vf1i1 to i8*), i8* bitcast (i1 (i8*)* @vf0i1 to i8*), i8* bitcast (i32 (i8*)* @vf4i32 to i8*)], [0 x i8] zeroinitializer }, !type [[T8]]
28@vt4 = constant [3 x i8*] [
29i8* bitcast (i1 (i8*)* @vf1i1 to i8*),
30i8* bitcast (i1 (i8*)* @vf0i1 to i8*),
31i8* bitcast (i32 (i8*)* @vf4i32 to i8*)
32], !type !0
33
34; CHECK: @vt5 = {{.*}}, !type [[T0:![0-9]+]]
35@vt5 = constant [3 x i8*] [
36i8* bitcast (void ()* @__cxa_pure_virtual to i8*),
37i8* bitcast (void ()* @__cxa_pure_virtual to i8*),
38i8* bitcast (void ()* @__cxa_pure_virtual to i8*)
39], !type !0
40
41; CHECK: @vt1 = alias [3 x i8*], getelementptr inbounds ({ [8 x i8], [3 x i8*], [0 x i8] }, { [8 x i8], [3 x i8*], [0 x i8] }* [[VT1DATA]], i32 0, i32 1)
42; CHECK: @vt2 = alias [3 x i8*], getelementptr inbounds ({ [8 x i8], [3 x i8*], [0 x i8] }, { [8 x i8], [3 x i8*], [0 x i8] }* [[VT2DATA]], i32 0, i32 1)
43; CHECK: @vt3 = alias [3 x i8*], getelementptr inbounds ({ [8 x i8], [3 x i8*], [0 x i8] }, { [8 x i8], [3 x i8*], [0 x i8] }* [[VT3DATA]], i32 0, i32 1)
44; CHECK: @vt4 = alias [3 x i8*], getelementptr inbounds ({ [8 x i8], [3 x i8*], [0 x i8] }, { [8 x i8], [3 x i8*], [0 x i8] }* [[VT4DATA]], i32 0, i32 1)
45
46define i1 @vf0i1(i8* %this) readnone {
47 ret i1 0
48}
49
50define i1 @vf1i1(i8* %this) readnone {
51 ret i1 1
52}
53
54define i32 @vf1i32(i8* %this) readnone {
55 ret i32 1
56}
57
58define i32 @vf2i32(i8* %this) readnone {
59 ret i32 2
60}
61
62define i32 @vf3i32(i8* %this) readnone {
63 ret i32 3
64}
65
66define i32 @vf4i32(i8* %this) readnone {
67 ret i32 4
68}
69
70; CHECK: define i1 @call1(
71define i1 @call1(i8* %obj) {
72 %vtableptr = bitcast i8* %obj to [3 x i8*]**
73 %vtable = load [3 x i8*]*, [3 x i8*]** %vtableptr
74 ; CHECK: [[VT1:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
75 %vtablei8 = bitcast [3 x i8*]* %vtable to i8*
76 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 0, metadata !"typeid")
77 %fptr = extractvalue {i8*, i1} %pair, 0
78 %fptr_casted = bitcast i8* %fptr to i1 (i8*)*
79 ; CHECK: [[VTGEP1:%[^ ]*]] = getelementptr i8, i8* [[VT1]], i64 -5
80 ; CHECK: [[VTLOAD1:%[^ ]*]] = load i8, i8* [[VTGEP1]]
81 ; CHECK: [[VTAND1:%[^ ]*]] = and i8 [[VTLOAD1]], 2
82 ; CHECK: [[VTCMP1:%[^ ]*]] = icmp ne i8 [[VTAND1]], 0
83 %result = call i1 %fptr_casted(i8* %obj)
84 ; CHECK: [[AND1:%[^ ]*]] = and i1 [[VTCMP1]], true
85 %p = extractvalue {i8*, i1} %pair, 1
86 %and = and i1 %result, %p
87 ; CHECK: ret i1 [[AND1]]
88 ret i1 %and
89}
90
91; CHECK: define i1 @call2(
92define i1 @call2(i8* %obj) {
93 %vtableptr = bitcast i8* %obj to [3 x i8*]**
94 %vtable = load [3 x i8*]*, [3 x i8*]** %vtableptr
95 ; CHECK: [[VT2:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
96 %vtablei8 = bitcast [3 x i8*]* %vtable to i8*
97 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 8, metadata !"typeid")
98 %fptr = extractvalue {i8*, i1} %pair, 0
99 %fptr_casted = bitcast i8* %fptr to i1 (i8*)*
100 ; CHECK: [[VTGEP2:%[^ ]*]] = getelementptr i8, i8* [[VT2]], i64 -5
101 ; CHECK: [[VTLOAD2:%[^ ]*]] = load i8, i8* [[VTGEP2]]
102 ; CHECK: [[VTAND2:%[^ ]*]] = and i8 [[VTLOAD2]], 1
103 ; CHECK: [[VTCMP2:%[^ ]*]] = icmp ne i8 [[VTAND2]], 0
104 %result = call i1 %fptr_casted(i8* %obj)
105 ; CHECK: [[AND2:%[^ ]*]] = and i1 [[VTCMP2]], true
106 %p = extractvalue {i8*, i1} %pair, 1
107 %and = and i1 %result, %p
108 ; CHECK: ret i1 [[AND2]]
109 ret i1 %and
110}
111
112; CHECK: define i32 @call3(
113define i32 @call3(i8* %obj) {
114 %vtableptr = bitcast i8* %obj to [3 x i8*]**
115 %vtable = load [3 x i8*]*, [3 x i8*]** %vtableptr
116 ; CHECK: [[VT3:%[^ ]*]] = bitcast [3 x i8*]* {{.*}} to i8*
117 %vtablei8 = bitcast [3 x i8*]* %vtable to i8*
118 %pair = call {i8*, i1} @llvm.type.checked.load(i8* %vtablei8, i32 16, metadata !"typeid")
119 %fptr = extractvalue {i8*, i1} %pair, 0
120 %fptr_casted = bitcast i8* %fptr to i32 (i8*)*
121 ; CHECK: [[VTGEP3:%[^ ]*]] = getelementptr i8, i8* [[VT3]], i64 -4
122 ; CHECK: [[VTBC3:%[^ ]*]] = bitcast i8* [[VTGEP3]] to i32*
123 ; CHECK: [[VTLOAD3:%[^ ]*]] = load i32, i32* [[VTBC3]]
124 %result = call i32 %fptr_casted(i8* %obj)
125 ; CHECK: ret i32 [[VTLOAD3]]
126 ret i32 %result
127}
128
129declare {i8*, i1} @llvm.type.checked.load(i8*, i32, metadata)
130declare void @llvm.assume(i1)
131declare void @__cxa_pure_virtual()
132
133; CHECK: [[T8]] = !{i32 8, !"typeid"}
134; CHECK: [[T0]] = !{i32 0, !"typeid"}
135
136!0 = !{i32 0, !"typeid"}