[llvm] Add new coro test to profcheck-xfail (PR #191436)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 07:51:16 PDT 2026


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

Coro haven't yet been fixed up for profcheck, so new tests are likely to fail.

mtune.ll exercises loop vectorizer (not fixed)

>From 899ba597edddd11abc7fa1a99e90cb4116485e4e Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Fri, 10 Apr 2026 07:51:02 -0700
Subject: [PATCH] Add new coro test to profcheck-xfail

Coro haven't yet been fixed up for profcheck, so new tests are likely to fail.

mtune.ll exercises loop vectorizer (not fixed)
---
 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 76c00ce33f806..e568797e1e249 100644
--- a/llvm/utils/profcheck-xfail.txt
+++ b/llvm/utils/profcheck-xfail.txt
@@ -26,6 +26,7 @@ Transforms/Coroutines/coro-noop.ll
 Transforms/Coroutines/coro-only-destroy-when-complete.ll
 Transforms/Coroutines/coro-spill-suspend.ll
 Transforms/Coroutines/coro-split-00.ll
+Transforms/Coroutines/coro-split-addrspace.ll
 Transforms/Coroutines/coro-split-alloc.ll
 Transforms/Coroutines/coro-split-dbg-labels.ll
 Transforms/Coroutines/coro-split-final-suspend.ll
@@ -172,3 +173,4 @@ Transforms/TailCallElim/inf-recursion.ll
 Transforms/Util/control-flow-hub-finalize-same-succ-crash.ll
 Transforms/Util/libcalls-opt-remarks.ll
 Transforms/Util/lowerswitch.ll
+tools/opt/mtune.ll



More information about the llvm-commits mailing list