https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/155250
LoopVectorize hasn't yet been addressed, new tests will fail. Issue #147390 >From 8f22ea9789da8c307c2374765ae007815140be59 Mon Sep 17 00:00:00 2001 From: Mircea Trofin <[email protected]> Date: Mon, 25 Aug 2025 14:24:44 +0000 Subject: [PATCH] [profcheck] Exclude test introduced in 3054e06 LoopVectorize hasn't yet been addressed, new tests will fail. Issue #147390 --- 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 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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
