[PATCH] D27283: Fix invalid addrspacecast due to combining alloca with global var

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 04:00:08 PST 2016


majnemer added a comment.

There are two different things going on in this patch: a correctness fix and an optimization.  How about we split out the correctness fix out to another patch?


https://reviews.llvm.org/D27283





More information about the llvm-commits mailing list