37 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py2// RUN: llvm-mca -mtriple=aarch64-unknown-linux-gnu -mcpu=neoverse-v2 -iterations=1 -resource-pressure=false < %s | FileCheck %s3 4.text5// LLVM-MCA-BEGIN Empty6// Empty sequence7// LLVM-MCA-END8 9 mul x1, x1, x110// LLVM-MCA-BEGIN NotEmpty11 add x0, x0, x112// LLVM-MCA-END13 mul x2, x2, x214 15# CHECK: [0] Code Region - NotEmpty16 17# CHECK: Iterations: 118# CHECK-NEXT: Instructions: 119# CHECK-NEXT: Total Cycles: 420# CHECK-NEXT: Total uOps: 121 22# CHECK: Dispatch Width: 623# CHECK-NEXT: uOps Per Cycle: 0.2524# CHECK-NEXT: IPC: 0.2525# CHECK-NEXT: Block RThroughput: 0.226 27# CHECK: Instruction Info:28# CHECK-NEXT: [1]: #uOps29# CHECK-NEXT: [2]: Latency30# CHECK-NEXT: [3]: RThroughput31# CHECK-NEXT: [4]: MayLoad32# CHECK-NEXT: [5]: MayStore33# CHECK-NEXT: [6]: HasSideEffects (U)34 35# CHECK: [1] [2] [3] [4] [5] [6] Instructions:36# CHECK-NEXT: 1 1 0.17 add x0, x0, x137