[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / bolt / test / X86 / reader.test
blob4d5d7bc818dd7ab0008566075cd87c81f9949586
1 ## This script checks that DataReader in llvm-bolt is reading data correctly
3 RUN: yaml2obj %p/Inputs/blarge.yaml &> %t.exe
4 RUN: llvm-bolt %t.exe -o %t.null --data %p/Inputs/blarge.fdata --dump-data \
5 RUN:   2>&1 | sort | FileCheck %s -check-prefix=CHECK
7 CHECK:  main 1105 SolveCubic 0 0 151
8 CHECK:  main 1161 main 1130 0 27
9 CHECK:  main 1313 usqrt 0 0 168
10 CHECK:  main 1494 main 1423 0 1001