xref: /llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/A55-1-add-seq.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
5add	w9, w9, #1
6
7# CHECK:      Iterations:        1000
8# CHECK-NEXT: Instructions:      2000
9# CHECK-NEXT: Total Cycles:      1003
10# CHECK-NEXT: Total uOps:        2000
11
12# CHECK:      Dispatch Width:    2
13# CHECK-NEXT: uOps Per Cycle:    1.99
14# CHECK-NEXT: IPC:               1.99
15# CHECK-NEXT: Block RThroughput: 1.0
16