[llvm] 3f84e16 - [profcheck] remove tests failing because of LIT_USE_INTERNAL_DIFFERENCES (#162967)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 21:07:19 PDT 2025


Author: Mircea Trofin
Date: 2025-10-10T21:07:14-07:00
New Revision: 3f84e162cc8fd152ec9212f9fd5912bd037c53c0

URL: https://github.com/llvm/llvm-project/commit/3f84e162cc8fd152ec9212f9fd5912bd037c53c0
DIFF: https://github.com/llvm/llvm-project/commit/3f84e162cc8fd152ec9212f9fd5912bd037c53c0.diff

LOG: [profcheck] remove tests failing because of LIT_USE_INTERNAL_DIFFERENCES (#162967)

Issue #162966

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
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