Skip to content

Commit b296e8f

Browse files
[ProfCheck] Disable X86 AMX Test Case
4776451 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.
1 parent 2b60b6d commit b296e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/profcheck-xfail.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ CodeGen/Hexagon/masked_gather.ll
7575
CodeGen/NVPTX/lower-ctor-dtor.ll
7676
CodeGen/RISCV/zmmul.ll
7777
CodeGen/WebAssembly/memory-interleave.ll
78+
CodeGen/X86/AMX/amx-low-intrinsics.ll
7879
CodeGen/X86/masked_gather_scatter.ll
7980
CodeGen/X86/nocfivalue.ll
8081
DebugInfo/AArch64/ir-outliner.ll

0 commit comments

Comments
 (0)