[llvm] [profcheck] remove tests failing because of LIT_USE_INTERNAL_DIFFERENCES (PR #162967)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 21:07:00 PDT 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/162967
Issue #162966
>From 771f6d7079b382ed80bc45f5806e8880c5ce526d Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Fri, 10 Oct 2025 21:02:56 -0700
Subject: [PATCH] [profcheck] remove tests failing because of
LIT_USE_INTERNAL_DIFFERENCES
Issue #162966
---
llvm/utils/profcheck-xfail.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 092d63d2d40df..39ff4769b4727 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -73,7 +73,9 @@ 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
@@ -1095,6 +1097,7 @@ Transforms/LoopSimplifyCFG/invalidate-scev-dispositions.ll
Transforms/LoopSimplifyCFG/lcssa.ll
Transforms/LoopSimplifyCFG/live_block_marking.ll
Transforms/LoopSimplifyCFG/mssa_update.ll
+Transforms/LoopSimplifyCFG/pr117537.ll
Transforms/LoopSimplifyCFG/update_parents.ll
Transforms/LoopUnroll/peel-last-iteration-expansion-cost.ll
Transforms/LoopUnroll/peel-last-iteration-with-guards.ll
More information about the llvm-commits
mailing list