brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · 8e94806 Raw
38 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               -resource-pressure=false < %s | FileCheck --check-prefixes=ALL,DEFAULT %s3# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=0 -resource-pressure=false < %s | FileCheck --check-prefixes=ALL,DEFAULT %s4# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -resource-pressure=false < %s | FileCheck --check-prefixes=ALL,CUSTOM %s5 6add %eax, %eax7 8# CUSTOM:       Iterations:        19# CUSTOM-NEXT:  Instructions:      110# CUSTOM-NEXT:  Total Cycles:      411# CUSTOM-NEXT:  Total uOps:        112 13# DEFAULT:      Iterations:        10014# DEFAULT-NEXT: Instructions:      10015# DEFAULT-NEXT: Total Cycles:      10316# DEFAULT-NEXT: Total uOps:        10017 18# ALL:          Dispatch Width:    219 20# CUSTOM-NEXT:  uOps Per Cycle:    0.2521# CUSTOM-NEXT:  IPC:               0.2522 23# DEFAULT-NEXT: uOps Per Cycle:    0.9724# DEFAULT-NEXT: IPC:               0.9725 26# ALL-NEXT:     Block RThroughput: 0.527 28# ALL:          Instruction Info:29# ALL-NEXT:     [1]: #uOps30# ALL-NEXT:     [2]: Latency31# ALL-NEXT:     [3]: RThroughput32# ALL-NEXT:     [4]: MayLoad33# ALL-NEXT:     [5]: MayStore34# ALL-NEXT:     [6]: HasSideEffects (U)35 36# ALL:          [1]    [2]    [3]    [4]    [5]    [6]    Instructions:37# ALL-NEXT:      1      1     0.50                        addl	%eax, %eax38