[llvm] 0bbf2ea - [profcheck] Exclude LoopVectorize test introduced in ef7e03a (#158452)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 13 19:14:25 PDT 2025
Author: Mircea Trofin
Date: 2025-09-13T19:14:21-07:00
New Revision: 0bbf2ea08a2adb0880c7958f9c609af7c479da46
URL: https://github.com/llvm/llvm-project/commit/0bbf2ea08a2adb0880c7958f9c609af7c479da46
DIFF: https://github.com/llvm/llvm-project/commit/0bbf2ea08a2adb0880c7958f9c609af7c479da46.diff
LOG: [profcheck] Exclude LoopVectorize test introduced in ef7e03a (#158452)
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
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