Differential D71913 Diff 240042 llvm/test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll
; RUN: opt -wholeprogramdevirt -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml -wholeprogramdevirt-write-summary=%t -o /dev/null %s | ; RUN: opt -wholeprogramdevirt -whole-program-visibility -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml -wholeprogramdevirt-write-summary=%t -o /dev/null %s | ||||
; RUN: FileCheck %s < %t | ; RUN: FileCheck %s < %t | ||||
; CHECK: TypeTests: [ 15427464259790519041, 17525413373118030901 ] | ; CHECK: TypeTests: [ 15427464259790519041, 17525413373118030901 ] | ||||
; CHECK-NEXT: TypeTestAssumeVCalls: | ; CHECK-NEXT: TypeTestAssumeVCalls: | ||||
@vt1a = constant void (i8*)* @vf1a, !type !0 | @vt1a = constant void (i8*)* @vf1a, !type !0 | ||||
@vt1b = constant void (i8*)* @vf1b, !type !0 | @vt1b = constant void (i8*)* @vf1b, !type !0 | ||||
@vt2a = constant void (i8*)* @vf2a, !type !1 | @vt2a = constant void (i8*)* @vf2a, !type !1 | ||||
Show All 19 Lines |