[llvm] 5109f2a - Exclude from profcheck a vplan test under phase ordering (#168669)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 22:35:18 PST 2025
Author: Mircea Trofin
Date: 2025-11-18T22:35:14-08:00
New Revision: 5109f2a73395f076a292e55a35a129cbf125fd66
URL: https://github.com/llvm/llvm-project/commit/5109f2a73395f076a292e55a35a129cbf125fd66
DIFF: https://github.com/llvm/llvm-project/commit/5109f2a73395f076a292e55a35a129cbf125fd66.diff
LOG: Exclude from profcheck a vplan test under phase ordering (#168669)
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
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