1*bdb173d0SZain JaffalRUN: llvm-remarkutil instruction-count --use-debug-loc --parser=yaml %p/Inputs/instruction-count.yaml | FileCheck --check-prefix=INSTRUCTIONCOUNT %s 2*bdb173d0SZain JaffalRUN: llvm-remarkutil yaml2bitstream %p/Inputs/instruction-count.yaml | llvm-remarkutil instruction-count --use-debug-loc --parser=bitstream | FileCheck %s --check-prefix=INSTRUCTIONCOUNT 3*bdb173d0SZain JaffalRUN: llvm-remarkutil annotation-count --use-debug-loc --parser=yaml --annotation-type=remark %p/Inputs/annotation-count.yaml | FileCheck --check-prefix=ANNOTATIONCOUNT %s 4*bdb173d0SZain JaffalRUN: llvm-remarkutil yaml2bitstream %p/Inputs/instruction-count.yaml | llvm-remarkutil annotation-count --use-debug-loc --parser=bitstream --annotation-type=remark | FileCheck %s --check-prefix=ANNOTATIONCOUNT 5*bdb173d0SZain Jaffal 6*bdb173d0SZain Jaffal; ANNOTATIONCOUNT-LABEL: Source,Function,Count 7*bdb173d0SZain Jaffal; INSTRUCTIONCOUNT-LABEL: Source,Function,InstructionCount 8