[PATCH] D71901: [Coroutines][4/6] New pass manager: coro-cleanup
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 5 14:51:31 PST 2020
wenlei 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"});
----------------
Since this is also shared with legacy PM, is the removal of `*.retcon` used by swift intentional?
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