[llvm] 5ec1190 - [profcheck] Exclude new test cases for SPIRV and GVN transformations (#161941)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 3 20:58:17 PDT 2025


Author: Mircea Trofin
Date: 2025-10-03T20:58:13-07:00
New Revision: 5ec11900e5df2cb8abcd8626609d38c2a26f0940

URL: https://github.com/llvm/llvm-project/commit/5ec11900e5df2cb8abcd8626609d38c2a26f0940
DIFF: https://github.com/llvm/llvm-project/commit/5ec11900e5df2cb8abcd8626609d38c2a26f0940.diff

LOG: [profcheck] Exclude new test cases for SPIRV and GVN transformations (#161941)

Added: 
    

Modified: 
    llvm/utils/profcheck-xfail.txt

Removed: 
    


################################################################################
diff  --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 77e6ab7c5a6ea..13121bd7bf190 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -81,6 +81,7 @@ CodeGen/Hexagon/loop-idiom/memmove-rt-check.ll
 CodeGen/NVPTX/lower-ctor-dtor.ll
 CodeGen/PowerPC/P10-stack-alignment.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
@@ -780,6 +781,8 @@ Transforms/GlobalOpt/shrink-global-to-bool-check-debug.ll
 Transforms/GlobalOpt/shrink-global-to-bool-opaque-ptrs.ll
 Transforms/GVN/debugloc-load-select.ll
 Transforms/GVN/load-through-select-dbg.ll
+Transforms/GVN/masked-load-store-no-mem-dep.ll
+Transforms/GVN/masked-load-store.ll
 Transforms/GVN/opaque-ptr.ll
 Transforms/GVN/pr69301.ll
 Transforms/GVN/pre-invalid-prof-metadata.ll


        


More information about the llvm-commits mailing list