xref: /llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/A55-0-single-add.s (revision f08a2fc09e7547c2cfeccc13f5968aada98fb4b7)
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
2# RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a55 --all-views=false --summary-view --iterations=1000 < %s | FileCheck %s
3
4add	w8, w8, #1
5
6# CHECK:      Iterations:        1000
7# CHECK-NEXT: Instructions:      1000
8# CHECK-NEXT: Total Cycles:      1003
9# CHECK-NEXT: Total uOps:        1000
10
11# CHECK:      Dispatch Width:    2
12# CHECK-NEXT: uOps Per Cycle:    1.00
13# CHECK-NEXT: IPC:               1.00
14# CHECK-NEXT: Block RThroughput: 0.5
15