[llvm] 2ad7a8f - [ProfCheck] Exclude merge functions test

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 23 13:13:36 PST 2025


Author: Aiden Grossman
Date: 2025-12-23T21:13:28Z
New Revision: 2ad7a8f97cc71ebdb082690aec23d7a571eea885

URL: https://github.com/llvm/llvm-project/commit/2ad7a8f97cc71ebdb082690aec23d7a571eea885
DIFF: https://github.com/llvm/llvm-project/commit/2ad7a8f97cc71ebdb082690aec23d7a571eea885.diff

LOG: [ProfCheck] Exclude merge functions test

7d2d4f695d7f2907f790a107f84d3c5ed58cb531 added this test, exposing
existing profcheck breakage within the merge functions pass. Exclude it
for now until we get to merge functions.

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
diff  --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 1646257a3fd67..beffde14d5f8b 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -515,6 +515,7 @@ Transforms/MergeFunc/metadata-call-arguments.ll
 Transforms/MergeFunc/nonzero-address-spaces.ll
 Transforms/MergeFunc/phi-speculation2.ll
 Transforms/MergeFunc/ptr-int-transitivity-2.ll
+Transforms/MergeFunc/ptrauth-const-compare.ll
 Transforms/MergeFunc/ranges.ll
 Transforms/MergeFunc/ranges-multiple.ll
 Transforms/MergeFunc/self-referential-global.ll


        


More information about the llvm-commits mailing list