You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
414 B
13 lines
414 B
# RUN: llvm-exegesis -mode=latency -opcode-name=SBB8rr -repetition-mode=duplicate | FileCheck %s
|
|
# RUN: llvm-exegesis -mode=latency -opcode-name=SBB8rr -repetition-mode=loop | FileCheck %s
|
|
|
|
CHECK: ---
|
|
CHECK-NEXT: mode: latency
|
|
CHECK-NEXT: key:
|
|
CHECK-NEXT: instructions:
|
|
CHECK-NEXT: SBB8rr
|
|
CHECK-NEXT: config: ''
|
|
CHECK-NEXT: register_initial_values:
|
|
CHECK-DAG: - '[[REG1:[A-Z0-9]+]]=0x0'
|
|
CHECK-LAST: ...
|