[llvm] 6a9699f - [ProfCheck] Exclude Transforms/InstCombine/load-addrspacecast-select.ll
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 21 10:18:21 PST 2026
Author: Aiden Grossman
Date: 2026-01-21T18:17:34Z
New Revision: 6a9699f194fd146262b25a4bb4a5189db1d7f259
URL: https://github.com/llvm/llvm-project/commit/6a9699f194fd146262b25a4bb4a5189db1d7f259
DIFF: https://github.com/llvm/llvm-project/commit/6a9699f194fd146262b25a4bb4a5189db1d7f259.diff
LOG: [ProfCheck] Exclude Transforms/InstCombine/load-addrspacecast-select.ll
This was added recently and needs to be fixed, but for now exclude it so
that the bot can return to green and we can better catch future
regressions.
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index a88179bbe4845..60743443ad72d 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -254,6 +254,7 @@ Transforms/InstCombine/icmp-with-selects.ll
Transforms/InstCombine/intrinsic-select.ll
Transforms/InstCombine/ldexp-ext.ll
Transforms/InstCombine/ldexp.ll
+Transforms/InstCombine/load-addrspacecast-select.ll
Transforms/InstCombine/load-bitcast-select.ll
Transforms/InstCombine/load.ll
Transforms/InstCombine/load-select.ll
More information about the llvm-commits
mailing list