[llvm] [profcheck] Patch exclude list after `ba5d487` (PR #155007)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 11:23:37 PDT 2025


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

We haven't yet fixed anything under LoopVectorize, so new tests would cause profcheck bot failures.

Issue #147390

>From 31fe5542aeb6a1329411c0218cc77bd0b497401f Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Fri, 22 Aug 2025 18:21:08 +0000
Subject: [PATCH] [profcheck] Patch exclude list after ba5d487

We haven't yet fixed anything under LoopVectorize, so new tests would cause profcheck bot failures.

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 e751f85474927..2f12386003b33 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1173,6 +1173,7 @@ Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
 Transforms/LoopVectorize/AArch64/interleave_count_for_estimated_tc.ll
 Transforms/LoopVectorize/AArch64/interleaved_cost.ll
 Transforms/LoopVectorize/AArch64/interleave-with-gaps.ll
+Transforms/LoopVectorize/AArch64/interleave-with-runtime-checks.ll
 Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
 Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
 Transforms/LoopVectorize/AArch64/intrinsiccost.ll



More information about the llvm-commits mailing list