[llvm] 495adb3 - [profcheck] Exclude test introduced in 3054e06 (#155250)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 07:36:48 PDT 2025


Author: Mircea Trofin
Date: 2025-08-25T07:36:45-07:00
New Revision: 495adb3aa392f113c57987aef341125450d13c53

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

LOG: [profcheck] Exclude test introduced in 3054e06 (#155250)

LoopVectorize hasn't yet been addressed, new tests will fail.

Issue #147390

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
diff  --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 7af868ff950a4..ccc5dddf3f710 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1423,6 +1423,7 @@ Transforms/LoopVectorize/single-early-exit-cond-poison.ll
 Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
 Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
 Transforms/LoopVectorize/single-early-exit-interleave.ll
+Transforms/LoopVectorize/single-early-exit-interleave-only.ll
 Transforms/LoopVectorize/single_early_exit_live_outs.ll
 Transforms/LoopVectorize/single_early_exit.ll
 Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll


        


More information about the llvm-commits mailing list