[llvm] [Profcheck] Remove select-safe-bool-transforms.ll from failing tests (PR #162568)

Alan Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 16:08:23 PDT 2025


https://github.com/alanzhao1 created https://github.com/llvm/llvm-project/pull/162568

This test is now passing after #161293

Tracking issue: #147390

>From 13617900cabe7a2b2caad613209243fed687c0ba Mon Sep 17 00:00:00 2001
From: Alan Zhao <ayzhao at google.com>
Date: Wed, 8 Oct 2025 16:06:32 -0700
Subject: [PATCH] [Profcheck] Remove select-safe-bool-transforms.ll from
 failing tests

This test is now passing after #161293

Tracking issue: #147390
---
 llvm/utils/profcheck-xfail.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 74ed1724fd382..8c41466835b9b 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -915,7 +915,6 @@ Transforms/InstCombine/select_frexp.ll
 Transforms/InstCombine/select.ll
 Transforms/InstCombine/select-min-max.ll
 Transforms/InstCombine/select-of-symmetric-selects.ll
-Transforms/InstCombine/select-safe-bool-transforms.ll
 Transforms/InstCombine/select-safe-impliedcond-transforms.ll
 Transforms/InstCombine/select-safe-transforms.ll
 Transforms/InstCombine/select-select.ll



More information about the llvm-commits mailing list