You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
15
external/llvm/test/Transforms/SampleProfile/summary.ll
vendored
Normal file
15
external/llvm/test/Transforms/SampleProfile/summary.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; Test that we annotate entire program's summary to IR.
|
||||
; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/summary.prof -S | FileCheck %s
|
||||
; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/summary.prof -S | opt -sample-profile -sample-profile-file=%S/Inputs/summary.prof -S | FileCheck %s
|
||||
|
||||
define i32 @bar() #0 !dbg !1 {
|
||||
entry:
|
||||
ret i32 1, !dbg !2
|
||||
}
|
||||
|
||||
; CHECK-DAG: {{![0-9]+}} = !{i32 1, !"ProfileSummary", {{![0-9]+}}}
|
||||
; CHECK-DAG: {{![0-9]+}} = !{!"NumFunctions", i64 2}
|
||||
; CHECK-DAG: {{![0-9]+}} = !{!"MaxFunctionCount", i64 3}
|
||||
|
||||
!1 = distinct !DISubprogram(name: "bar")
|
||||
!2 = !DILocation(line: 2, scope: !2)
|
Reference in New Issue
Block a user