1# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=uops --benchmark-phase=assemble-measured-code --dump-object-to-disk=0 --repetition-mode=loop --loop-body-size=1000 --result-aggregation-mode=min --opcode-name=HLT --max-configs-per-opcode=8192 | FileCheck %s 2 3# By definition, loop repetitor can not be used for terminator instructions. 4# Just check that we do not crash. 5 6CHECK: --- 7CHECK-NEXT: mode: uops 8CHECK-NEXT: key: 9CHECK-NEXT: instructions: 10CHECK-NEXT: HLT 11