diff options
Diffstat (limited to 'llvm/test/tools/llvm-mca/X86/dispatch_width.s')
-rw-r--r-- | llvm/test/tools/llvm-mca/X86/dispatch_width.s | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-mca/X86/dispatch_width.s b/llvm/test/tools/llvm-mca/X86/dispatch_width.s index b6d5792c18c..baaad160f13 100644 --- a/llvm/test/tools/llvm-mca/X86/dispatch_width.s +++ b/llvm/test/tools/llvm-mca/X86/dispatch_width.s @@ -8,11 +8,14 @@ add %eax, %eax # ALL: Iterations: 100 # ALL-NEXT: Instructions: 100 # ALL-NEXT: Total Cycles: 103 +# ALL-NEXT: Total uOps: 100 -# CUSTOM-NEXT: Dispatch Width: 1 -# DEFAULT-NEXT: Dispatch Width: 2 - -# ALL-NEXT: IPC: 0.97 - +# CUSTOM: Dispatch Width: 1 +# CUSTOM-NEXT: uOps Per Cycle: 0.97 +# CUSTOM-NEXT: IPC: 0.97 # CUSTOM-NEXT: Block RThroughput: 1.0 + +# DEFAULT: Dispatch Width: 2 +# DEFAULT-NEXT: uOps Per Cycle: 0.97 +# DEFAULT-NEXT: IPC: 0.97 # DEFAULT-NEXT: Block RThroughput: 0.5 |