[PATCH] D105488: Fix coro lowering of single predecessor phis
Arnold Schwaighofer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 6 08:52:07 PDT 2021
aschwaighofer created this revision.
aschwaighofer added a reviewer: nate_chandler.
Herald added subscribers: lxfind, hiraditya.
aschwaighofer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Code assumes that uses of single predecessor phis are not live accross
suspend points. Cleanup any single predecessor phis preceeding the code
making this assumption.
rdar://76020301
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105488
Files:
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
llvm/test/Transforms/Coroutines/coro-async-phi.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105488.356746.patch
Type: text/x-patch
Size: 12091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/dbe4a9a4/attachment.bin>
More information about the llvm-commits
mailing list