1*cee313d2SEric Christopher; Checks if indirect calls to static target functions that are actually 2*cee313d2SEric Christopher; dead in the new binary target (due to a profile collected from a slightly 3*cee313d2SEric Christopher; different binary) are properly traversed during ThinLTO liveness analysis. 4*cee313d2SEric Christopher; If the liveness analysis is changed to ignore indirect edges and the 5*cee313d2SEric Christopher; importer is changed to check liveness before importing, this test will 6*cee313d2SEric Christopher; need adjustment (in that case _ZL3foov should not be imported/promoted, 7*cee313d2SEric Christopher; and _ZL3barv can be internalized/removed). 8*cee313d2SEric Christopher 9*cee313d2SEric Christopher; REQUIRES: x86-registered-target 10*cee313d2SEric Christopher 11*cee313d2SEric Christopher; Do setup work for all below tests: generate bitcode and combined index 12*cee313d2SEric Christopher; RUN: opt -module-summary %s -o %t.bc 13*cee313d2SEric Christopher; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2a.ll -o %t2a.bc 14*cee313d2SEric Christopher; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2b.ll -o %t2b.bc 15*cee313d2SEric Christopher 16*cee313d2SEric Christopher; Use -import-instr-limit=5 so that we don't import _ZL3barv, which would 17*cee313d2SEric Christopher; hide the problem. 18*cee313d2SEric Christopher; RUN: llvm-lto2 run -save-temps -import-instr-limit=5 -o %t3 %t.bc %t2a.bc %t2b.bc -r %t.bc,fptr,plx -r %t.bc,main,plx -r %t2a.bc,_ZL3barv,l -r %t2b.bc,_ZL3barv,pl -print-imports 2>&1 | FileCheck %s --check-prefix=IMPORTS2 19*cee313d2SEric Christopher; IMPORTS2-NOT: Import _ZL3barv 20*cee313d2SEric Christopher; IMPORTS2: Import _ZL3foov.llvm.0 21*cee313d2SEric Christopher; IMPORTS2-NOT: Import _ZL3barv 22*cee313d2SEric Christopher; RUN: llvm-nm %t3.2 | FileCheck %s --check-prefix=NM 23*cee313d2SEric Christopher; NM: _ZL3barv 24*cee313d2SEric Christopher; RUN: llvm-dis < %t3.3.2.internalize.bc | FileCheck %s --check-prefix=INTERNALIZE 25*cee313d2SEric Christopher; INTERNALIZE: define dso_local void @_ZL3barv 26*cee313d2SEric Christopher 27*cee313d2SEric Christophertarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 28*cee313d2SEric Christophertarget triple = "x86_64-unknown-linux-gnu" 29*cee313d2SEric Christopher 30*cee313d2SEric Christopher@fptr = local_unnamed_addr global void ()* null, align 8 31*cee313d2SEric Christopher 32*cee313d2SEric Christopher; Function Attrs: norecurse uwtable 33*cee313d2SEric Christopherdefine i32 @main() local_unnamed_addr #0 !prof !34 { 34*cee313d2SEric Christopherentry: 35*cee313d2SEric Christopher %0 = load void ()*, void ()** @fptr, align 8 36*cee313d2SEric Christopher; ICALL-PROM: br i1 %{{[0-9]+}}, label %if.true.direct_targ, label %if.false.orig_indirect 37*cee313d2SEric Christopher tail call void %0(), !prof !40 38*cee313d2SEric Christopher ret i32 0 39*cee313d2SEric Christopher} 40*cee313d2SEric Christopher 41*cee313d2SEric Christopher!llvm.dbg.cu = !{!0} 42*cee313d2SEric Christopher!llvm.module.flags = !{!3,!4} 43*cee313d2SEric Christopher!llvm.ident = !{!31} 44*cee313d2SEric Christopher 45*cee313d2SEric Christopher!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.0 (trunk 297016)", isOptimized: true, runtimeVersion: 0, emissionKind: NoDebug, enums: !2) 46*cee313d2SEric Christopher!1 = !DIFile(filename: "main.cc", directory: ".") 47*cee313d2SEric Christopher!2 = !{} 48*cee313d2SEric Christopher!3 = !{i32 2, !"Debug Info Version", i32 3} 49*cee313d2SEric Christopher!4 = !{i32 1, !"ProfileSummary", !5} 50*cee313d2SEric Christopher!5 = !{!6, !7, !8, !9, !10, !11, !12, !13} 51*cee313d2SEric Christopher!6 = !{!"ProfileFormat", !"SampleProfile"} 52*cee313d2SEric Christopher!7 = !{!"TotalCount", i64 3003} 53*cee313d2SEric Christopher!8 = !{!"MaxCount", i64 3000} 54*cee313d2SEric Christopher!9 = !{!"MaxInternalCount", i64 0} 55*cee313d2SEric Christopher!10 = !{!"MaxFunctionCount", i64 0} 56*cee313d2SEric Christopher!11 = !{!"NumCounts", i64 3} 57*cee313d2SEric Christopher!12 = !{!"NumFunctions", i64 1} 58*cee313d2SEric Christopher!13 = !{!"DetailedSummary", !14} 59*cee313d2SEric Christopher!14 = !{!15, !16, !17, !18, !19, !20, !20, !21, !21, !22, !23, !24, !25, !26, !27, !28, !29, !30} 60*cee313d2SEric Christopher!15 = !{i32 10000, i64 3000, i32 1} 61*cee313d2SEric Christopher!16 = !{i32 100000, i64 3000, i32 1} 62*cee313d2SEric Christopher!17 = !{i32 200000, i64 3000, i32 1} 63*cee313d2SEric Christopher!18 = !{i32 300000, i64 3000, i32 1} 64*cee313d2SEric Christopher!19 = !{i32 400000, i64 3000, i32 1} 65*cee313d2SEric Christopher!20 = !{i32 500000, i64 3000, i32 1} 66*cee313d2SEric Christopher!21 = !{i32 600000, i64 3000, i32 1} 67*cee313d2SEric Christopher!22 = !{i32 700000, i64 3000, i32 1} 68*cee313d2SEric Christopher!23 = !{i32 800000, i64 3000, i32 1} 69*cee313d2SEric Christopher!24 = !{i32 900000, i64 3000, i32 1} 70*cee313d2SEric Christopher!25 = !{i32 950000, i64 3000, i32 1} 71*cee313d2SEric Christopher!26 = !{i32 990000, i64 3000, i32 1} 72*cee313d2SEric Christopher!27 = !{i32 999000, i64 3000, i32 1} 73*cee313d2SEric Christopher!28 = !{i32 999900, i64 2, i32 2} 74*cee313d2SEric Christopher!29 = !{i32 999990, i64 2, i32 2} 75*cee313d2SEric Christopher!30 = !{i32 999999, i64 2, i32 2} 76*cee313d2SEric Christopher!31 = !{!"clang version 5.0.0 (trunk 297016)"} 77*cee313d2SEric Christopher!34 = !{!"function_entry_count", i64 1} 78*cee313d2SEric Christopher!40 = !{!"VP", i32 0, i64 3000, i64 -8789629626369651636, i64 3000} 79