[PATCH] D115790: [Coroutines] Run CoroEarly Pass in front of AlwaysInliner in O0 pass and warn for always_inline coroutine
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 15 09:19:19 PST 2021
aeubanks added a comment.
pass manager changes seem fine, but I'll let somebody else lgtm
================
Comment at: llvm/test/Other/new-pm-O0-defaults.ll:34
; CHECK-DIS-NEXT: Running pass: AddDiscriminatorsPass
+; CHECK-CORO: Running pass: CoroEarlyPass
; CHECK-DIS-NEXT: Running pass: AlwaysInlinerPass
----------------
should have `-NEXT`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115790/new/
https://reviews.llvm.org/D115790
More information about the cfe-commits
mailing list