[llvm] b296e8f - [ProfCheck] Disable X86 AMX Test Case
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 16:54:19 PST 2025
Author: Aiden Grossman
Date: 2025-11-05T00:50:14Z
New Revision: b296e8fdf847f0041455e495b13ffb7aa6592e56
URL: https://github.com/llvm/llvm-project/commit/b296e8fdf847f0041455e495b13ffb7aa6592e56
DIFF: https://github.com/llvm/llvm-project/commit/b296e8fdf847f0041455e495b13ffb7aa6592e56.diff
LOG: [ProfCheck] Disable X86 AMX Test Case
4776451693f4a6bd18e50106edb4b3cfa766484f broke this because it started
running an existing pass using the NewPM, which caused ProfCheck to
catch existing issues. Disable it for now because we have not started
looking at anything in the Codegen pipeline. This pass is also only
enabled at O0 or if a function has optnone, so not super critical.
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index d7af3a7ecbdee..53757c73fb8a6 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -75,6 +75,7 @@ CodeGen/Hexagon/masked_gather.ll
CodeGen/NVPTX/lower-ctor-dtor.ll
CodeGen/RISCV/zmmul.ll
CodeGen/WebAssembly/memory-interleave.ll
+CodeGen/X86/AMX/amx-low-intrinsics.ll
CodeGen/X86/masked_gather_scatter.ll
CodeGen/X86/nocfivalue.ll
DebugInfo/AArch64/ir-outliner.ll
More information about the llvm-commits
mailing list