[llvm] [profcheck] Exclude LoopVectorize test introduced in ef7e03a (PR #158452)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 13 19:14:19 PDT 2025


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/158452

None

>From 805e8932d81937bcc206d544671f325ee7c29e76 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Sat, 13 Sep 2025 19:14:08 -0700
Subject: [PATCH] [profcheck] Exclude LoopVectorize test introduced in ef7e03a

---
 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 9d170b392b6c7..482848842aa05 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1302,6 +1302,7 @@ Transforms/LoopVectorize/explicit_outer_uniform_diverg_branch.ll
 Transforms/LoopVectorize/first-order-recurrence-complex.ll
 Transforms/LoopVectorize/first-order-recurrence.ll
 Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
+Transforms/LoopVectorize/first-order-recurrence-with-uniform-ops.ll
 Transforms/LoopVectorize/float-induction.ll
 Transforms/LoopVectorize/float-minmax-instruction-flag.ll
 Transforms/LoopVectorize/fmax-without-fast-math-flags-interleave.ll



More information about the llvm-commits mailing list