[PATCH] D71901: [Coroutines][4/6] New pass manager: coro-cleanup
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 16:25:37 PST 2020
modocache marked an inline comment as done.
modocache added inline comments.
================
Comment at: llvm/lib/Transforms/Coroutines/CoroCleanup.cpp:97-101
+ return coro::declaresIntrinsics(M, {"llvm.coro.alloc",
+ "llvm.coro.begin",
+ "llvm.coro.subfn.addr",
+ "llvm.coro.free",
+ "llvm.coro.id"});
----------------
wenlei wrote:
> Since this is also shared with legacy PM, is the removal of `*.retcon` used by swift intentional?
Good catch, it's not! I didn't even notice -- scary! I think I applied a change I had before the retcon changes were committed. I'll update this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71901/new/
https://reviews.llvm.org/D71901
More information about the llvm-commits
mailing list