[llvm] Add binop-select test to profcheck-xfail.txt (PR #166678)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 5 16:57:09 PST 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/166678
Revealed in 628d53a, which itself doesn't _cause_ the profile being dropped. Referencing if it makes debugging easier.
>From 89bd01b6d2f04300ffbd2684a35a80aa5284d551 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Wed, 5 Nov 2025 16:56:43 -0800
Subject: [PATCH] Add binop-select test to profcheck-xfail.txt
Revealed in 628d53a, which itself doesn't _cause_ the profile being dropped. Referencing if it makes debugging easier.
---
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 e9889ba9cbd81..45b80a61b16b7 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -358,6 +358,7 @@ Transforms/InstCombine/apint-div2.ll
Transforms/InstCombine/ashr-demand.ll
Transforms/InstCombine/atomic.ll
Transforms/InstCombine/binop-cast.ll
+Transforms/InstCombine/binop-select.ll
Transforms/InstCombine/binop-select-cast-of-select-cond.ll
Transforms/InstCombine/bit-checks.ll
Transforms/InstCombine/bitreverse.ll
More information about the llvm-commits
mailing list