[llvm] [profcheck] Fix profcheck-xfail's unnecessarily removed tests from #161943 (PR #162141)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 12:26:30 PDT 2025


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/162141

None

>From be67112676e0a2611ba0b7c9beca43c0ccc2b64f Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 6 Oct 2025 12:25:56 -0700
Subject: [PATCH] [profcheck] Fix profcheck-xfail's unnecessarily removed tests
 from #161943

---
 llvm/utils/profcheck-xfail.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index bcadbf8b39a7f..bbc8f59509997 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -73,6 +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/masked_gather_scatter.ll
 CodeGen/X86/nocfivalue.ll
@@ -1109,6 +1110,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