[llvm] a5b63a5 - [ProfCheck] Temporarily opt out new VectorCombine test (#217612)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 06:15:42 PDT 2026


Author: Aiden Grossman
Date: 2026-08-20T06:15:37-07:00
New Revision: a5b63a5d763a443218ff03d1b91431924983b8a7

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

LOG: [ProfCheck] Temporarily opt out new VectorCombine test (#217612)

Introduced in #211022, disable for now while it gets fixed.

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


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