[llvm] 112be89 - [profcheck] Add test introduced in #156477 to profcheck-xfail list (#157961)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 14:53:39 PDT 2025
Author: Mircea Trofin
Date: 2025-09-10T14:53:35-07:00
New Revision: 112be8970de5d644e629dd97fcc8b9a458f47396
URL: https://github.com/llvm/llvm-project/commit/112be8970de5d644e629dd97fcc8b9a458f47396
DIFF: https://github.com/llvm/llvm-project/commit/112be8970de5d644e629dd97fcc8b9a458f47396.diff
LOG: [profcheck] Add test introduced in #156477 to profcheck-xfail list (#157961)
The test exposes existing root profile propagation issues
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 0ef391a6d2ed4..b87fe4bcf01f8 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1867,6 +1867,7 @@ Transforms/SimplifyCFG/switch-dup-bbs.ll
Transforms/SimplifyCFG/switch_mask.ll
Transforms/SimplifyCFG/switch_msan.ll
Transforms/SimplifyCFG/switch-on-const-select.ll
+Transforms/SimplifyCFG/switch-transformations-no-lut.ll
Transforms/SimplifyCFG/switchToSelect-domtree-preservation-edgecase.ll
Transforms/SimplifyCFG/switch-to-select-multiple-edge-per-block-phi.ll
Transforms/SimplifyCFG/switch-to-select-two-case.ll
More information about the llvm-commits
mailing list