[llvm] [ProfCheck] Add three new tests to XFail List (PR #159969)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 20 22:23:33 PDT 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/159969

We have not gotten to LoopVectorize or SROA yet. The phase ordering pass issue is probably the result of another pass that we have not gotten to yet.

>From f383cc47c2cd985fefadad5ec9443bafd5902393 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 21 Sep 2025 05:22:19 +0000
Subject: [PATCH] [ProfCheck] Add three new tests to XFail List

We have not gotten to LoopVectorize or SROA yet. The phase ordering pass
issue is probably the result of another pass that we have not gotten to
yet.
---
 llvm/utils/profcheck-xfail.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index f305617bdf370..98c6d84950ff7 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1214,6 +1214,7 @@ Transforms/LoopVectorize/AArch64/predication_costs.ll
 Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
 Transforms/LoopVectorize/AArch64/reduction-small-size.ll
 Transforms/LoopVectorize/AArch64/reg-usage.ll
+Transforms/LoopVectorize/AArch64/replicating-load-store-costs.ll
 Transforms/LoopVectorize/AArch64/runtime-check-trip-count-decisions.ll
 Transforms/LoopVectorize/AArch64/scalable-call.ll
 Transforms/LoopVectorize/AArch64/scalable-predicate-instruction.ll
@@ -1745,6 +1746,7 @@ Transforms/PGOProfile/profcheck-select.ll
 Transforms/PGOProfile/prof-verify.ll
 Transforms/PGOProfile/prof-verify-no-entrycount.ll
 Transforms/PGOProfile/X86/macho.ll
+Transforms/PhaseOrdering/AArch64/constraint-elimination-placement.ll
 Transforms/PhaseOrdering/AArch64/globals-aa-required-for-vectorization.ll
 Transforms/PhaseOrdering/AArch64/hoisting-sinking-required-for-vectorization.ll
 Transforms/PhaseOrdering/AArch64/loopflatten.ll
@@ -1970,6 +1972,7 @@ Transforms/SROA/slice-width.ll
 Transforms/SROA/std-clamp.ll
 Transforms/SROA/vector-conversion.ll
 Transforms/SROA/vector-promotion.ll
+Transforms/SROA/vector-promotion-cannot-tree-structure-merge.ll
 Transforms/StackProtector/cross-dso-cfi-stack-chk-fail.ll
 Transforms/StructurizeCFG/AMDGPU/uniform-regions.ll
 Transforms/StructurizeCFG/hoist-zerocost.ll



More information about the llvm-commits mailing list