brintos

brintos / llvm-project-archived public Read only

0
0
Text · 661 B · 0c272ba Raw
17 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py2# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -all-views=false -summary-view -bottleneck-analysis -iterations 1 < %s | FileCheck %s -implicit-check-not 'Cycles with backend pressure increase'3 4add %eax, %ebx5 6# CHECK:      Iterations:        17# CHECK-NEXT: Instructions:      18# CHECK-NEXT: Total Cycles:      49# CHECK-NEXT: Total uOps:        110 11# CHECK:      Dispatch Width:    212# CHECK-NEXT: uOps Per Cycle:    0.2513# CHECK-NEXT: IPC:               0.2514# CHECK-NEXT: Block RThroughput: 0.515 16# CHECK:      No resource or data dependency bottlenecks discovered.17