[llvm] [profcheck] Add test introduced in #156477 to profcheck-xfail list (PR #157961)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 14:53:34 PDT 2025


https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/157961

>From deab75b7e702efd5ce1e8761f43228492633d1a0 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Wed, 10 Sep 2025 14:40:40 -0700
Subject: [PATCH] [profcheck] Add test introduced in #156477 to profcheck-xfail
 list

The test exposes existing root profile propagation issues
---
 llvm/utils/profcheck-xfail.txt | 1 +
 1 file changed, 1 insertion(+)

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