[PATCH] D55160: [coroutines] Improve suspend point simplification
Gor Nishanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 22:19:02 PST 2018
GorNishanov created this revision.
GorNishanov added reviewers: modocache, tks2103, lewissbaker.
Herald added a subscriber: EricWF.
Enable suspend point simplification for cases where:
- coro.save and coro.suspend are in different basic blocks
- where there are intervening intrinsics
https://reviews.llvm.org/D55160
Files:
lib/Transforms/Coroutines/CoroSplit.cpp
test/Transforms/Coroutines/no-suspend.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55160.176246.patch
Type: text/x-patch
Size: 13619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181201/2d2ce1ed/attachment.bin>
More information about the llvm-commits
mailing list