[llvm] Exclude from profcheck a vplan test under phase ordering (PR #168669)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 22:35:11 PST 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/168669
None
>From dbf6a68acd19b4c658ddfa04644b04243380eba6 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Tue, 18 Nov 2025 22:34:46 -0800
Subject: [PATCH] Add new test case for hoisting load from vector loop
---
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 a8cf2b1625f8f..835025d1e319e 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -595,6 +595,7 @@ Transforms/PGOProfile/memop_profile_funclet_wasm.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/hoist-load-from-vector-loop.ll
Transforms/PhaseOrdering/X86/merge-functions2.ll
Transforms/PhaseOrdering/X86/merge-functions3.ll
Transforms/PhaseOrdering/X86/merge-functions.ll
More information about the llvm-commits
mailing list