[llvm] ff79c71 - [ProfCheck] Update XFail List After Fixing #162966
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 11 12:48:13 PDT 2025
Author: Aiden Grossman
Date: 2025-10-11T19:48:00Z
New Revision: ff79c7148eaa57f6a283e52a8b87be6d0a8d1a17
URL: https://github.com/llvm/llvm-project/commit/ff79c7148eaa57f6a283e52a8b87be6d0a8d1a17
DIFF: https://github.com/llvm/llvm-project/commit/ff79c7148eaa57f6a283e52a8b87be6d0a8d1a17.diff
LOG: [ProfCheck] Update XFail List After Fixing #162966
We can pull out two tests that were failing in the external shell but do
not fail with the internal shell. We have to keep the LoopSimplifyCFG
test as it fails on a ProfCheck assertion, which is expected.
Fully fixes #162966.
Added:
Modified:
llvm/utils/profcheck-xfail.txt
Removed:
################################################################################
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 39ff4769b4727..bdcb8a3cf7eb0 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -73,9 +73,7 @@ CodeGen/Hexagon/loop-idiom/hexagon-memmove2.ll
CodeGen/Hexagon/loop-idiom/memmove-rt-check.ll
CodeGen/NVPTX/lower-ctor-dtor.ll
CodeGen/RISCV/zmmul.ll
-CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
CodeGen/WebAssembly/memory-interleave.ll
-CodeGen/X86/global-variable-partition-with-dap.ll
CodeGen/X86/masked_gather_scatter.ll
CodeGen/X86/nocfivalue.ll
DebugInfo/AArch64/ir-outliner.ll
More information about the llvm-commits
mailing list