[PATCH] D123918: [Pipelines] Remove Legacy Passes in Coroutines
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 01:23:49 PDT 2022
ChuanqiXu marked an inline comment as done.
ChuanqiXu 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
----------------
I am wondering if the 2 tests are redundant?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123918/new/
https://reviews.llvm.org/D123918
More information about the llvm-commits
mailing list