[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Other / new-pm-pseudo-probe.ll
blob4d3f20556f2c39422b41403ac49fe90758c26cab
1 ; RUN: opt -S -passes='default<O1>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&1 | FileCheck %s
2 ; RUN: opt -S -passes='default<O2>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&1 | FileCheck %s
3 ; RUN: opt -S -passes='thinlto-pre-link<O1>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&1 | FileCheck %s
4 ; RUN: opt -S -passes='thinlto-pre-link<O2>' -new-pm-pseudo-probe-for-profiling -debug-pass-manager < %s 2>&1 | FileCheck %s
6 define void @foo() {
7   ret void
10 ;; Check the SampleProfileProbePass is enabled under the -new-pm-pseudo-probe-for-profiling switch.
11 ;; The switch can be used to test a specific pass order in a particular setup, e.g, in unique-internal-linkage-names.ll
12 ; CHECK: Running pass: SampleProfileProbePass