File tree Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Expand file tree Collapse file tree 5 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ ; This test fails under the profcheck configuration due to profcheck creating
2+ ; metadata.
3+ ; UNSUPPORTED: profcheck
4+
15; Test prof-verify for functions without entry count
26
37; RUN: not opt -passes=prof-verify %s -o - 2>&1 | FileCheck %s
Original file line number Diff line number Diff line change 1+ ; This test fails under the profcheck configuration due to profcheck creating
2+ ; metadata.
3+ ; UNSUPPORTED: profcheck
4+
15; Test prof-inject and prof-verify
26
37; RUN: opt -passes=prof-inject %s -S -o - | FileCheck %s --check-prefix=INJECT
Original file line number Diff line number Diff line change 1+ ; This test fails under the profcheck configuration due to profcheck creating
2+ ; metadata.
3+ ; UNSUPPORTED: profcheck
4+
15; RUN: split-file %s %t
26
37; RUN: opt -passes=prof-inject %t/inject.ll -S -o - | FileCheck %t/inject.ll
Original file line number Diff line number Diff line change 6969 # profiling doesn't work quite well on GPU, excluding
7070 config .excludes .append ("AMDGPU" )
7171
72+ config .available_features .add ("profcheck" )
73+
7274# test_source_root: The root path where tests are located.
7375config .test_source_root = os .path .dirname (__file__ )
7476
Original file line number Diff line number Diff line change @@ -614,9 +614,6 @@ Transforms/PGOProfile/chr-lifetimes.ll
614614Transforms/PGOProfile/chr-poison.ll
615615Transforms/PGOProfile/comdat.ll
616616Transforms/PGOProfile/memop_profile_funclet_wasm.ll
617- Transforms/PGOProfile/profcheck-select.ll
618- Transforms/PGOProfile/prof-verify.ll
619- Transforms/PGOProfile/prof-verify-no-entrycount.ll
620617Transforms/PGOProfile/X86/macho.ll
621618Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
622619Transforms/PhaseOrdering/AArch64/globals-aa-required-for-vectorization.ll
You can’t perform that action at this time.
0 commit comments