[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / Transforms / SampleProfile / uncompressed-profile-symbol-list.ll
blob5eaf4b279d73e4425c658badb081581fdd728f1f
1 ; Append inline.prof with profile symbol list and save it without compression.
2 ; RUN: llvm-profdata merge --sample --prof-sym-list=%S/Inputs/profile-symbol-list.text --compress-all-sections=false --extbinary %S/Inputs/inline.prof --output=%t.profdata
3 ; RUN: opt < %S/Inputs/profile-symbol-list.ll -sample-profile -profile-accurate-for-symsinlist -sample-profile-file=%t.profdata -S | FileCheck %S/Inputs/profile-symbol-list.ll
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