[PATCH] D61372: [coroutines] Fix spills of static array allocas
Gor Nishanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 10:16:58 PDT 2019
GorNishanov accepted this revision.
GorNishanov added a comment.
This revision is now accepted and ready to land.
LGTM! Thank you for doing the fix.
What is the original source that synthesized allocas with count?
I tried to reproduce it from c++ with char a[5], but it got mapped to llvm array types.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61372/new/
https://reviews.llvm.org/D61372
More information about the llvm-commits
mailing list