[llvm] Exclude from profcheck some tests (PR #161207)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 07:28:22 PDT 2025


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

- Commit f9c2565
- PR #155349

LoopVectorize ones.

>From 64a9743898ca838084765a91b87feeacde743ec8 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 29 Sep 2025 07:28:08 -0700
Subject: [PATCH] Exclude from profcheck some tests

- Commit f9c2565
- PR #155349

LoopVectorize ones.
---
 llvm/utils/profcheck-xfail.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 98c6d84950ff7..4a69667ec08f6 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1097,6 +1097,7 @@ Transforms/IROutliner/outlining-remapped-outputs.ll
 Transforms/IROutliner/outlining-same-constants.ll
 Transforms/IROutliner/outlining-same-globals.ll
 Transforms/IROutliner/outlining-same-output-blocks.ll
+Transforms/IROutliner/outlining-special-state.ll
 Transforms/IROutliner/outlining-strip-loop-info.ll
 Transforms/IROutliner/outlining-swift-error.ll
 Transforms/IROutliner/phi-node-exit-path-order.ll
@@ -1173,6 +1174,7 @@ Transforms/LoopVectorize/AArch64/early_exit_costs.ll
 Transforms/LoopVectorize/AArch64/epilog-iv-select-cmp.ll
 Transforms/LoopVectorize/AArch64/epilog-vectorization-factors.ll
 Transforms/LoopVectorize/AArch64/epilog-vectorization-widen-inductions.ll
+Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
 Transforms/LoopVectorize/AArch64/extend-vectorization-factor-for-unprofitable-memops.ll
 Transforms/LoopVectorize/AArch64/f128-fmuladd-reduction.ll
 Transforms/LoopVectorize/AArch64/first-order-recurrence-fold-tail.ll
@@ -1288,6 +1290,7 @@ Transforms/LoopVectorize/bzip_reverse_loops.ll
 Transforms/LoopVectorize/calloc.ll
 Transforms/LoopVectorize/cast-induction.ll
 Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
+Transforms/LoopVectorize/cse-casts.ll
 Transforms/LoopVectorize/dbg-outer-loop-vect.ll
 Transforms/LoopVectorize/debugloc.ll
 Transforms/LoopVectorize/dereferenceable-info-from-assumption-constant-size.ll
@@ -1406,6 +1409,7 @@ Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
 Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
 Transforms/LoopVectorize/RISCV/divrem.ll
 Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
+Transforms/LoopVectorize/RISCV/induction-costs.ll
 Transforms/LoopVectorize/RISCV/inloop-reduction.ll
 Transforms/LoopVectorize/RISCV/interleaved-masked-access.ll
 Transforms/LoopVectorize/RISCV/mask-index-type.ll
@@ -1453,6 +1457,7 @@ Transforms/LoopVectorize/skip-iterations.ll
 Transforms/LoopVectorize/store-reduction-results-in-tail-folded-loop.ll
 Transforms/LoopVectorize/strict-fadd-interleave-only.ll
 Transforms/LoopVectorize/struct-return.ll
+Transforms/LoopVectorize/struct-return-replicate.ll
 Transforms/LoopVectorize/SystemZ/branch-for-predicated-block.ll
 Transforms/LoopVectorize/SystemZ/force-target-instruction-cost.ll
 Transforms/LoopVectorize/SystemZ/load-scalarization-cost-0.ll
@@ -1739,6 +1744,7 @@ Transforms/PGOProfile/chr-dead-pred.ll
 Transforms/PGOProfile/chr-dup-threshold.ll
 Transforms/PGOProfile/chr.ll
 Transforms/PGOProfile/chr-poison.ll
+Transforms/PGOProfile/chr-lifetimes.ll
 Transforms/PGOProfile/comdat.ll
 Transforms/PGOProfile/cspgo_profile_summary.ll
 Transforms/PGOProfile/memop_profile_funclet_wasm.ll



More information about the llvm-commits mailing list