brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.0 KiB · 37ad0b2 Raw
30 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py2# RUN: llvm-mca -march=aarch64 -mcpu=cyclone -resource-pressure=false < %s | FileCheck %s3 4  ldr	x7, [x1, #8]5  ldr	x6, [x1, x2]6  ldr	x4, [x1, x2, sxtx]7 8# CHECK:      Iterations:        1009# CHECK-NEXT: Instructions:      30010# CHECK-NEXT: Total Cycles:      15711# CHECK-NEXT: Total uOps:        50012 13# CHECK:      Dispatch Width:    614# CHECK-NEXT: uOps Per Cycle:    3.1815# CHECK-NEXT: IPC:               1.9116# CHECK-NEXT: Block RThroughput: 1.517 18# CHECK:      Instruction Info:19# CHECK-NEXT: [1]: #uOps20# CHECK-NEXT: [2]: Latency21# CHECK-NEXT: [3]: RThroughput22# CHECK-NEXT: [4]: MayLoad23# CHECK-NEXT: [5]: MayStore24# CHECK-NEXT: [6]: HasSideEffects (U)25 26# CHECK:      [1]    [2]    [3]    [4]    [5]    [6]    Instructions:27# CHECK-NEXT:  1      4     0.50    *                   ldr	x7, [x1, #8]28# CHECK-NEXT:  2      5     0.50    *                   ldr	x6, [x1, x2]29# CHECK-NEXT:  2      5     0.50    *                   ldr	x4, [x1, x2, sxtx]30