File: export-unsuccessful-checked.ll

package info (click to toggle)
llvm-toolchain-7 1%3A7.0.1-8~deb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 733,456 kB
  • sloc: cpp: 3,776,651; ansic: 633,271; asm: 350,301; python: 142,716; objc: 107,612; sh: 22,626; lisp: 11,056; perl: 7,999; pascal: 6,742; ml: 5,537; awk: 3,536; makefile: 2,557; cs: 2,027; xml: 841; ruby: 156
file content (28 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; RUN: opt -wholeprogramdevirt -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml -wholeprogramdevirt-write-summary=%t -o /dev/null %s
; RUN: FileCheck %s < %t

; CHECK:       TypeTests: [ 15427464259790519041, 17525413373118030901 ]
; CHECK-NEXT:  TypeTestAssumeVCalls:

@vt1a = constant void (i8*)* @vf1a, !type !0
@vt1b = constant void (i8*)* @vf1b, !type !0
@vt2a = constant void (i8*)* @vf2a, !type !1
@vt2b = constant void (i8*)* @vf2b, !type !1
@vt3a = constant void (i8*)* @vf3a, !type !2
@vt3b = constant void (i8*)* @vf3b, !type !2
@vt4a = constant void (i8*)* @vf4a, !type !3
@vt4b = constant void (i8*)* @vf4b, !type !3

declare void @vf1a(i8*)
declare void @vf1b(i8*)
declare void @vf2a(i8*)
declare void @vf2b(i8*)
declare void @vf3a(i8*)
declare void @vf3b(i8*)
declare void @vf4a(i8*)
declare void @vf4b(i8*)

!0 = !{i32 0, !"typeid1"}
!1 = !{i32 0, !"typeid2"}
!2 = !{i32 0, !"typeid3"}
!3 = !{i32 0, !"typeid4"}