[PATCH] D105877: [Coroutines] Run coroutine passes by default
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 08:46:07 PDT 2021
aeubanks added a comment.
can you add a clang test to make sure the commands in the description work?
are the coroutine passes basically free when coroutines are not present? (i.e. they do a quick check and bail out immediately)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105877/new/
https://reviews.llvm.org/D105877
More information about the llvm-commits
mailing list