[PATCH] D43842: CodeGenObjCXX: handle inalloca appropriately for msgSend variant

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 11:42:52 PST 2018


smeenai added a comment.

In https://reviews.llvm.org/D43842#1022498, @rjmccall wrote:

> Ugh, I hate `inalloca` *so much*.
>
> It's still an indirect return, right?  It's just that the return-slot pointer has to get stored to the `inalloca` allocation like any other argument?


Correct.


Repository:
  rC Clang

https://reviews.llvm.org/D43842





More information about the cfe-commits mailing list