brintos

brintos / llvm-project-archived public Read only

0
0
Text · 4.2 KiB · 281a5a3 Raw
98 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py2# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,HASWELL3# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=broadwell -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,BDWELL4# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=skylake -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,SKYLAKE5# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=icelake-server -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,SKYLAKE6# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=znver1 -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,ZNVER17# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=znver2 -iterations=1 -timeline -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,ZNVER28 9add     %edi, %esi10bzhil	%esi, (%rdi), %eax11 12# ALL:          Iterations:        113# ALL-NEXT:     Instructions:      214 15# BDWELL-NEXT:  Total Cycles:      916# HASWELL-NEXT: Total Cycles:      917# SKYLAKE-NEXT: Total Cycles:      918# ZNVER1-NEXT:  Total Cycles:      819# ZNVER2-NEXT:  Total Cycles:      820 21# ALL-NEXT:     Total uOps:        322 23# BDWELL:       Dispatch Width:    424# BDWELL-NEXT:  uOps Per Cycle:    0.3325# BDWELL-NEXT:  IPC:               0.2226# BDWELL-NEXT:  Block RThroughput: 0.827 28# HASWELL:      Dispatch Width:    429# HASWELL-NEXT: uOps Per Cycle:    0.3330# HASWELL-NEXT: IPC:               0.2231# HASWELL-NEXT: Block RThroughput: 0.832 33# SKYLAKE:      Dispatch Width:    634# SKYLAKE-NEXT: uOps Per Cycle:    0.3335# SKYLAKE-NEXT: IPC:               0.2236# SKYLAKE-NEXT: Block RThroughput: 0.537 38# ZNVER1:       Dispatch Width:    439# ZNVER1-NEXT:  uOps Per Cycle:    0.3840# ZNVER1-NEXT:  IPC:               0.2541# ZNVER1-NEXT:  Block RThroughput: 0.842 43# ZNVER2:       Dispatch Width:    444# ZNVER2-NEXT:  uOps Per Cycle:    0.3845# ZNVER2-NEXT:  IPC:               0.2546# ZNVER2-NEXT:  Block RThroughput: 0.847 48# ALL:          Instruction Info:49# ALL-NEXT:     [1]: #uOps50# ALL-NEXT:     [2]: Latency51# ALL-NEXT:     [3]: RThroughput52# ALL-NEXT:     [4]: MayLoad53# ALL-NEXT:     [5]: MayStore54# ALL-NEXT:     [6]: HasSideEffects (U)55 56# ALL:          [1]    [2]    [3]    [4]    [5]    [6]    Instructions:57# ALL-NEXT:      1      1     0.25                        addl	%edi, %esi58 59# BDWELL-NEXT:   2      6     0.50    *                   bzhil	%esi, (%rdi), %eax60# HASWELL-NEXT:  2      6     0.50    *                   bzhil	%esi, (%rdi), %eax61# SKYLAKE-NEXT:  2      6     0.50    *                   bzhil	%esi, (%rdi), %eax62# ZNVER1-NEXT:   2      5     0.50    *                   bzhil	%esi, (%rdi), %eax63# ZNVER2-NEXT:   2      5     0.33    *                   bzhil	%esi, (%rdi), %eax64 65# ALL:          Timeline view:66 67# BDWELL-NEXT:  Index     01234567868# HASWELL-NEXT: Index     01234567869# SKYLAKE-NEXT: Index     01234567870# ZNVER1-NEXT:  Index     0123456771# ZNVER2-NEXT:  Index     0123456772 73# BDWELL:       [0,0]     DeER .  .   addl	%edi, %esi74# BDWELL-NEXT:  [0,1]     DeeeeeeER   bzhil	%esi, (%rdi), %eax75 76# HASWELL:      [0,0]     DeER .  .   addl	%edi, %esi77# HASWELL-NEXT: [0,1]     DeeeeeeER   bzhil	%esi, (%rdi), %eax78 79# SKYLAKE:      [0,0]     DeER .  .   addl	%edi, %esi80# SKYLAKE-NEXT: [0,1]     DeeeeeeER   bzhil	%esi, (%rdi), %eax81 82# ZNVER1:       [0,0]     DeER . .   addl	%edi, %esi83# ZNVER1-NEXT:  [0,1]     DeeeeeER   bzhil	%esi, (%rdi), %eax84 85# ZNVER2:       [0,0]     DeER . .   addl	%edi, %esi86# ZNVER2-NEXT:  [0,1]     DeeeeeER   bzhil	%esi, (%rdi), %eax87 88# ALL:          Average Wait times (based on the timeline view):89# ALL-NEXT:     [0]: Executions90# ALL-NEXT:     [1]: Average time spent waiting in a scheduler's queue91# ALL-NEXT:     [2]: Average time spent waiting in a scheduler's queue while ready92# ALL-NEXT:     [3]: Average time elapsed from WB until retire stage93 94# ALL:                [0]    [1]    [2]    [3]95# ALL-NEXT:     0.     1     1.0    1.0    0.0       addl	%edi, %esi96# ALL-NEXT:     1.     1     1.0    0.0    0.0       bzhil	%esi, (%rdi), %eax97# ALL-NEXT:            1     1.0    0.5    0.0       <total>98