xref: /llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/A55-7-cmp.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	w12, w9, #1
6cmp	w9, #42
7mul	w10, w12, w10
8
9# CHECK:      Iterations:        1000
10# CHECK-NEXT: Instructions:      4000
11# CHECK-NEXT: Total Cycles:      3004
12# CHECK-NEXT: Total uOps:        4000
13
14# CHECK:      Dispatch Width:    2
15# CHECK-NEXT: uOps Per Cycle:    1.33
16# CHECK-NEXT: IPC:               1.33
17# CHECK-NEXT: Block RThroughput: 2.0
18