35 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py2# RUN: llvm-mca -march=aarch64 -mcpu=exynos-m3 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M33# RUN: llvm-mca -march=aarch64 -mcpu=exynos-m4 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M44# RUN: llvm-mca -march=aarch64 -mcpu=exynos-m5 -iterations=1 -scheduler-stats -resource-pressure=false -instruction-info=false < %s | FileCheck %s -check-prefixes=ALL,M55 6 b main7 8# ALL: Iterations: 19# ALL-NEXT: Instructions: 110# ALL-NEXT: Total Cycles: 211# ALL-NEXT: Total uOps: 112 13# M3: Dispatch Width: 614# M3-NEXT: uOps Per Cycle: 0.5015# M3-NEXT: IPC: 0.5016# M3-NEXT: Block RThroughput: 0.217 18# M4: Dispatch Width: 619# M4-NEXT: uOps Per Cycle: 0.5020# M4-NEXT: IPC: 0.5021# M4-NEXT: Block RThroughput: 0.222 23# M5: Dispatch Width: 624# M5-NEXT: uOps Per Cycle: 0.5025# M5-NEXT: IPC: 0.5026# M5-NEXT: Block RThroughput: 0.227 28# ALL: Schedulers - number of cycles where we saw N micro opcodes issued:29# ALL-NEXT: [# issued], [# cycles]30# ALL-NEXT: 0, 1 (50.0%)31# ALL-NEXT: 1, 1 (50.0%)32 33# ALL: Scheduler's queue usage:34# ALL-NEXT: No scheduler resources used.35