Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions llvm/test/Transforms/PGOProfile/prof-verify-no-entrycount.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
; This test fails under the profcheck configuration due to profcheck creating
; metadata.
; UNSUPPORTED: profcheck

; Test prof-verify for functions without entry count

; RUN: not opt -passes=prof-verify %s -o - 2>&1 | FileCheck %s
Expand Down
4 changes: 4 additions & 0 deletions llvm/test/Transforms/PGOProfile/prof-verify.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
; This test fails under the profcheck configuration due to profcheck creating
; metadata.
; UNSUPPORTED: profcheck

; Test prof-inject and prof-verify

; RUN: opt -passes=prof-inject %s -S -o - | FileCheck %s --check-prefix=INJECT
Expand Down
4 changes: 4 additions & 0 deletions llvm/test/Transforms/PGOProfile/profcheck-select.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
; This test fails under the profcheck configuration due to profcheck creating
; metadata.
; UNSUPPORTED: profcheck

; RUN: split-file %s %t

; RUN: opt -passes=prof-inject %t/inject.ll -S -o - | FileCheck %t/inject.ll
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
# profiling doesn't work quite well on GPU, excluding
config.excludes.append("AMDGPU")

config.available_features.add("profcheck")

# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)

Expand Down
3 changes: 0 additions & 3 deletions llvm/utils/profcheck-xfail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,6 @@ Transforms/PGOProfile/chr-lifetimes.ll
Transforms/PGOProfile/chr-poison.ll
Transforms/PGOProfile/comdat.ll
Transforms/PGOProfile/memop_profile_funclet_wasm.ll
Transforms/PGOProfile/profcheck-select.ll
Transforms/PGOProfile/prof-verify.ll
Transforms/PGOProfile/prof-verify-no-entrycount.ll
Transforms/PGOProfile/X86/macho.ll
Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
Transforms/PhaseOrdering/AArch64/globals-aa-required-for-vectorization.ll
Expand Down
Loading