brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.8 KiB · 6fa4621 Raw
43 lines · plain
1# RUN: llvm-exegesis -mode=analysis -benchmarks-file=%s -analysis-inconsistencies-output-file=- -analysis-clustering-epsilon=0.5 -analysis-inconsistency-epsilon=0.5 -analysis-display-unstable-clusters -analysis-numpoints=1 | FileCheck -check-prefixes=CHECK-UNSTABLE %s2 3# We have two measurements with different measurements for SQRTSSr, but they4# have different configs, so they should not be placed in the same cluster by5# stabilization.6 7# CHECK-UNSTABLE-NOT: SQRTSSr8 9---10mode:            latency11key:12  instructions:13    - 'SQRTSSr XMM11 XMM11'14  config:          'config1'15  register_initial_values:16    - 'XMM11=0x0'17cpu_name:        bdver218llvm_triple:     x86_64-unknown-linux-gnu19num_repetitions: 1000020measurements:21  - { key: latency, value: 90.1111, per_snippet_value: 90.1111 }22error:           ''23info:            Repeating a single explicitly serial instruction24assembled_snippet: 4883EC10C7042400000000C744240400000000C744240800000000C744240C00000000C57A6F1C244883C410F3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBC325...26---27mode:            latency28key:29  instructions:30    - 'SQRTSSr XMM11 XMM11'31  config:          'config2'32  register_initial_values:33    - 'XMM11=0x0'34cpu_name:        bdver235llvm_triple:     x86_64-unknown-linux-gnu36num_repetitions: 1000037measurements:38  - { key: latency, value: 100, per_snippet_value: 100 }39error:           ''40info:            Repeating a single explicitly serial instruction41assembled_snippet: 4883EC10C7042400000000C744240400000000C744240800000000C744240C00000000C57A6F1C244883C410F3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBF3450F51DBC342...43