[PATCH] D24234: [Coroutines] Part12: Handle alloca address-taken
Gor Nishanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 13:51:12 PDT 2016
GorNishanov updated this revision to Diff 70347.
GorNishanov added a comment.
Revised condition:
if (DT.dominates(I, CoroBegin))
to
if (!DT.dominates(CoroBegin, I))
to cover more cases where move is needed
https://reviews.llvm.org/D24234
Files:
lib/Transforms/Coroutines/CoroFrame.cpp
test/Transforms/Coroutines/ArgAddr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24234.70347.patch
Type: text/x-patch
Size: 4404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160905/0a9714ea/attachment.bin>
More information about the llvm-commits
mailing list