This patch adds two new fields to the perf report generated by the SummaryView. Fields are now logically organized into two small groups; only the second group contains throughput indicators. Example: ``` Iterations: 100 Instructions: 300 Total Cycles: 414 Total uOps: 700 Dispatch Width: 4 uOps Per Cycle: 1.69 IPC: 0.72 Block RThroughput: 4.0 ``` This patch also updates the docs for llvm-mca. Due to the nature of this change, several tests in the tools/llvm-mca directory were affected, and had to be updated using script `update_mca_test_checks.py`. llvm-svn: 340946
43 lines
1.4 KiB
ArmAsm
43 lines
1.4 KiB
ArmAsm
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
|
|
# RUN: llvm-mca -mtriple=arm-eabi -mcpu=cortex-a9 -iterations=100 < %s | FileCheck %s
|
|
|
|
vadd.f32 s0, s2, s2
|
|
|
|
# CHECK: Iterations: 100
|
|
# CHECK-NEXT: Instructions: 100
|
|
# CHECK-NEXT: Total Cycles: 105
|
|
# CHECK-NEXT: Total uOps: 100
|
|
|
|
# CHECK: Dispatch Width: 2
|
|
# CHECK-NEXT: uOps Per Cycle: 0.95
|
|
# CHECK-NEXT: IPC: 0.95
|
|
# CHECK-NEXT: Block RThroughput: 1.0
|
|
|
|
# CHECK: Instruction Info:
|
|
# CHECK-NEXT: [1]: #uOps
|
|
# CHECK-NEXT: [2]: Latency
|
|
# CHECK-NEXT: [3]: RThroughput
|
|
# CHECK-NEXT: [4]: MayLoad
|
|
# CHECK-NEXT: [5]: MayStore
|
|
# CHECK-NEXT: [6]: HasSideEffects (U)
|
|
|
|
# CHECK: [1] [2] [3] [4] [5] [6] Instructions:
|
|
# CHECK-NEXT: 1 4 1.00 vadd.f32 s0, s2, s2
|
|
|
|
# CHECK: Resources:
|
|
# CHECK-NEXT: [0] - A9UnitAGU
|
|
# CHECK-NEXT: [1.0] - A9UnitALU
|
|
# CHECK-NEXT: [1.1] - A9UnitALU
|
|
# CHECK-NEXT: [2] - A9UnitB
|
|
# CHECK-NEXT: [3] - A9UnitFP
|
|
# CHECK-NEXT: [4] - A9UnitLS
|
|
# CHECK-NEXT: [5] - A9UnitMul
|
|
|
|
# CHECK: Resource pressure per iteration:
|
|
# CHECK-NEXT: [0] [1.0] [1.1] [2] [3] [4] [5]
|
|
# CHECK-NEXT: 1.00 - - - 1.00 - -
|
|
|
|
# CHECK: Resource pressure by instruction:
|
|
# CHECK-NEXT: [0] [1.0] [1.1] [2] [3] [4] [5] Instructions:
|
|
# CHECK-NEXT: 1.00 - - - 1.00 - - vadd.f32 s0, s2, s2
|