[PATCH] D123918: [Pipelines] Remove Legacy Passes in Coroutines
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 01:36:22 PDT 2022
nikic added inline comments.
================
Comment at: llvm/test/Transforms/Coroutines/coro-async-addr-lifetime-start-bug.ll:1-2
-; RUN: opt < %s -enable-coroutines -passes='default<O0>' -S | FileCheck --check-prefixes=CHECK %s
-; RUN: opt < %s -enable-coroutines -O0 -S | FileCheck --check-prefixes=CHECK %s
+; RUN: opt < %s -passes='default<O0>' -S | FileCheck --check-prefixes=CHECK %s
+; RUN: opt < %s -O0 -S | FileCheck --check-prefixes=CHECK %s
----------------
ChuanqiXu wrote:
> I am wondering if the 2 tests are redundant?
Yes, these are redundant, you can drop one of them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123918/new/
https://reviews.llvm.org/D123918
More information about the llvm-commits
mailing list