diff options
| author | Rong Xu <xur@google.com> | 2019-03-06 19:31:37 +0000 |
|---|---|---|
| committer | Rong Xu <xur@google.com> | 2019-03-06 19:31:37 +0000 |
| commit | 05c0afe842cfd54eca4aa870c345bd53e8ce20ce (patch) | |
| tree | ea06fedef9a8750bc677076324f0e5adbcb66ba7 /llvm/test/tools/llvm-profdata/Inputs/noncs.proftext | |
| parent | 9549f7560f67c3a4c8319474455116ca68906fb8 (diff) | |
| download | bcm5719-llvm-05c0afe842cfd54eca4aa870c345bd53e8ce20ce.tar.gz bcm5719-llvm-05c0afe842cfd54eca4aa870c345bd53e8ce20ce.zip | |
[PGO] Context sensitive PGO (part 4)
Part 4 of CSPGO changes:
(1) add support in cmake for cspgo build.
(2) fix an issue in big endian.
(3) test cases.
Differential Revision: https://reviews.llvm.org/D54175
llvm-svn: 355541
Diffstat (limited to 'llvm/test/tools/llvm-profdata/Inputs/noncs.proftext')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/noncs.proftext | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-profdata/Inputs/noncs.proftext b/llvm/test/tools/llvm-profdata/Inputs/noncs.proftext new file mode 100644 index 00000000000..d1d58fdc98e --- /dev/null +++ b/llvm/test/tools/llvm-profdata/Inputs/noncs.proftext @@ -0,0 +1,11 @@ +# IR level Instrumentation Flag +:ir +bar +# Func Hash: +29667547796 +# Num Counters: +2 +# Counter Values: +99938 +62 + |

