[llvm] 93ef576 - Add binop-select test to profcheck-xfail.txt (#166678)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 5 16:57:36 PST 2025


Author: Mircea Trofin
Date: 2025-11-05T16:57:32-08:00
New Revision: 93ef57617d080f6eac7a064e09f3e4145c334ae8

URL: https://github.com/llvm/llvm-project/commit/93ef57617d080f6eac7a064e09f3e4145c334ae8
DIFF: https://github.com/llvm/llvm-project/commit/93ef57617d080f6eac7a064e09f3e4145c334ae8.diff

LOG: Add binop-select test to profcheck-xfail.txt (#166678)

Revealed in PR #166102, which itself doesn't _cause_ the profile being
dropped. Referencing if it makes debugging easier.

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
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