[llvm] [profcheck] Update xfail list (PR #162912)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 13:12:39 PDT 2025
https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/162912
None
>From 21bcf49d76231ce8af85a10251c1177ebc37fd97 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Fri, 10 Oct 2025 13:12:11 -0700
Subject: [PATCH] [profcheck] Update xfail list
---
llvm/utils/profcheck-xfail.txt | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index f10162448bb10..092d63d2d40df 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -11,7 +11,6 @@ CodeGen/AArch64/llvm-masked-scatter-legal-for-sve.ll
CodeGen/AArch64/selectopt-cast.ll
CodeGen/AArch64/selectopt.ll
CodeGen/AMDGPU/amdgpu-attributor-min-agpr-alloc.ll
-CodeGen/AMDGPU/amdgpu-attributor-no-agpr.ll
CodeGen/AMDGPU/amdgpu-codegenprepare-fdiv.ll
CodeGen/AMDGPU/amdgpu-codegenprepare-sqrt.ll
CodeGen/AMDGPU/amdgpu-sw-lower-lds-dynamic-indirect-access-asan.ll
@@ -74,7 +73,6 @@ 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
@@ -85,7 +83,6 @@ DebugInfo/KeyInstructions/Generic/loop-unswitch.ll
DebugInfo/X86/asan_debug_info.ll
Instrumentation/AddressSanitizer/aarch64be.ll
Instrumentation/AddressSanitizer/adaptive_global_redzones.ll
-Instrumentation/AddressSanitizer/alloca-offset-lifetime.ll
Instrumentation/AddressSanitizer/AMDGPU/adaptive_constant_global_redzones.ll
Instrumentation/AddressSanitizer/AMDGPU/adaptive_global_redzones.ll
Instrumentation/AddressSanitizer/AMDGPU/asan_do_not_instrument_lds.ll
@@ -549,12 +546,6 @@ tools/UpdateTestChecks/update_test_checks/stable_ir_values_funcs.test
tools/UpdateTestChecks/update_test_checks/stable_ir_values.test
tools/UpdateTestChecks/update_test_checks/tbaa-semantics-checks.test
tools/UpdateTestChecks/update_test_checks/various_ir_values_dbgrecords.test
-Transforms/AggressiveInstCombine/lower-table-based-cttz-basics.ll
-Transforms/AggressiveInstCombine/lower-table-based-cttz-dereferencing-pointer.ll
-Transforms/AggressiveInstCombine/lower-table-based-cttz-non-argument-value.ll
-Transforms/AggressiveInstCombine/lower-table-based-cttz-zero-element.ll
-Transforms/AggressiveInstCombine/trunc_select_cmp.ll
-Transforms/AggressiveInstCombine/trunc_select.ll
Transforms/AtomicExpand/AArch64/atomicrmw-fp.ll
Transforms/AtomicExpand/AArch64/expand-atomicrmw-xchg-fp.ll
Transforms/AtomicExpand/AArch64/pcsections.ll
@@ -819,7 +810,6 @@ Transforms/InstCombine/AMDGPU/addrspacecast.ll
Transforms/InstCombine/and2.ll
Transforms/InstCombine/and-fcmp.ll
Transforms/InstCombine/and.ll
-Transforms/InstCombine/and-or-icmp-nullptr.ll
Transforms/InstCombine/and-or-icmps.ll
Transforms/InstCombine/and-or-implied-cond-not.ll
Transforms/InstCombine/apint-div1.ll
@@ -1105,7 +1095,6 @@ 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
@@ -1260,7 +1249,6 @@ Transforms/PhaseOrdering/AArch64/hoisting-sinking-required-for-vectorization.ll
Transforms/PhaseOrdering/AArch64/predicated-reduction.ll
Transforms/PhaseOrdering/AArch64/quant_4x4.ll
Transforms/PhaseOrdering/ARM/arm_mean_q7.ll
-Transforms/PhaseOrdering/lower-table-based-cttz.ll
Transforms/PhaseOrdering/vector-select.ll
Transforms/PhaseOrdering/X86/blendv-select.ll
Transforms/PhaseOrdering/X86/merge-functions2.ll
More information about the llvm-commits
mailing list