[llvm] [ProfCheck] Temporarily opt out new VectorCombine test (PR #217612)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 06:07:36 PDT 2026
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/217612
Introduced in #211022, disable for now while it gets fixed.
>From c654c2fbff43ceca3fe29f79c510331b9b0926b7 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Thu, 20 Aug 2026 13:06:35 +0000
Subject: [PATCH] [ProfCheck] Temporarily opt out new VectorCombine test
Introduced in #211022, disable for now while it gets fixed.
---
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 0e90386d0ffd3..8f5b1fdbea76b 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -125,4 +125,5 @@ Transforms/TailCallElim/inf-recursion.ll
Transforms/Util/control-flow-hub-finalize-same-succ-crash.ll
Transforms/Util/libcalls-opt-remarks.ll
Transforms/Util/lowerswitch.ll
+Transforms/VectorCombine/deinterleave-interleave-pairs.ll
tools/opt/mtune.ll
More information about the llvm-commits
mailing list