[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / SampleProfile / compressed-profile-symbol-list.ll
blob016016fc5063ed19d2e4ab3fabc58e6ec20e2c2e
1 ; REQUIRES: zlib
2 ; Append inline.prof with profile symbol list and save it after compression.
3 ; RUN: llvm-profdata merge --sample --prof-sym-list=%S/Inputs/profile-symbol-list.text --compress-all-sections=true --extbinary %S/Inputs/inline.prof --output=%t.profdata
4 ; RUN: opt < %S/Inputs/profile-symbol-list.ll -passes=sample-profile -profile-accurate-for-symsinlist -sample-profile-file=%t.profdata -S | FileCheck %S/Inputs/profile-symbol-list.ll