Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / PGOProfile / Inputs / thinlto_samplepgo_icp3.ll
blobf0270cdf8005883219cfddfc3a7e3b238aa128c7
1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 @fptr = external local_unnamed_addr global ptr, align 8
6 ; Function Attrs: norecurse nounwind uwtable
7 define void @_Z6updatei(i32 %i) local_unnamed_addr #0 {
8 entry:
9   store ptr @_ZL3foov, ptr @fptr, align 8
10   ret void
13 ; Function Attrs: nounwind readnone uwtable
14 define internal void @_ZL3foov() !prof !34 {
15 entry:
16   %0 = load ptr, ptr @fptr, align 8
17   tail call void %0(), !prof !40
18   ret void
21 !llvm.dbg.cu = !{!0}
22 !llvm.module.flags = !{!3}
23 !llvm.ident = !{!31}
25 !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)
26 !1 = !DIFile(filename: "b.cc", directory: "/ssd/llvm/abc/small")
27 !2 = !{}
28 !3 = !{i32 2, !"Debug Info Version", i32 3}
29 !31 = !{!"clang version 5.0.0 (trunk 297016)"}
30 !34 = !{!"function_entry_count", i64 1}
31 !40 = !{!"VP", i32 0, i64 3000, i64 -8789629626369651636, i64 3000}