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.
12 lines
296 B
12 lines
296 B
4 months ago
|
# RUN: llvm-exegesis -mode=latency -opcode-name=AND64 | FileCheck %s
|
||
|
|
||
|
CHECK: ---
|
||
|
CHECK-NEXT: mode: latency
|
||
|
CHECK-NEXT: key:
|
||
|
CHECK-NEXT: instructions:
|
||
|
CHECK-NEXT: AND64
|
||
|
CHECK-NEXT: config: ''
|
||
|
CHECK-NEXT: register_initial_values:
|
||
|
CHECK-DAG: - '[[REG1:[A-Z0-9]+_64]]=0x0'
|
||
|
CHECK-LAST: ...
|