[llvm] [profcheck] Exclude test introduced in 3054e06 (PR #155250)
    Mircea Trofin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 25 07:34:02 PDT 2025
    
    
  
https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/155250
>From aada8ac937e794ea0d17fe6745b746217d2499bb Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 25 Aug 2025 14:20:04 +0000
Subject: [PATCH 1/2] [profcheck] Exclude Coro-related tests in introduced in
 PR #154894
We haven't yet addressed Coro (or Instrumentation) tests.
Issue #147390
---
 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 2f12386003b33..7af868ff950a4 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -121,6 +121,7 @@ Instrumentation/AddressSanitizer/byref-args.ll
 Instrumentation/AddressSanitizer/byval-args.ll
 Instrumentation/AddressSanitizer/calls-only.ll
 Instrumentation/AddressSanitizer/calls-only-smallfn.ll
+Instrumentation/AddressSanitizer/coro-byval-param.ll
 Instrumentation/AddressSanitizer/debug-info-alloca.ll
 Instrumentation/AddressSanitizer/debug-info-global-var.ll
 Instrumentation/AddressSanitizer/debug_info.ll
@@ -255,6 +256,7 @@ Instrumentation/HWAddressSanitizer/alloca-with-calls.ll
 Instrumentation/HWAddressSanitizer/atomic.ll
 Instrumentation/HWAddressSanitizer/basic-compat.ll
 Instrumentation/HWAddressSanitizer/basic.ll
+Instrumentation/HWAddressSanitizer/coro-byval-param.ll
 Instrumentation/HWAddressSanitizer/dbg-assign-tag-offset.ll
 Instrumentation/HWAddressSanitizer/dbg-declare-tag-offset.ll
 Instrumentation/HWAddressSanitizer/dbg-value-tag-offset.ll
>From 8f22ea9789da8c307c2374765ae007815140be59 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 25 Aug 2025 14:24:44 +0000
Subject: [PATCH 2/2] [profcheck] Exclude test introduced in 3054e06
LoopVectorize hasn't yet been addressed, new tests will fail.
Issue #147390
---
 llvm/utils/profcheck-xfail.txt | 1 +
 1 file changed, 1 insertion(+)
diff --git a/llvm/utils/profcheck-xfail.txt b/llvm/utils/profcheck-xfail.txt
index 7af868ff950a4..ccc5dddf3f710 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -1423,6 +1423,7 @@ Transforms/LoopVectorize/single-early-exit-cond-poison.ll
 Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
 Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
 Transforms/LoopVectorize/single-early-exit-interleave.ll
+Transforms/LoopVectorize/single-early-exit-interleave-only.ll
 Transforms/LoopVectorize/single_early_exit_live_outs.ll
 Transforms/LoopVectorize/single_early_exit.ll
 Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
    
    
More information about the llvm-commits
mailing list