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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 11:25:16 PST 2018


rjmccall added a comment.

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?


Repository:
  rC Clang

https://reviews.llvm.org/D43842





More information about the cfe-commits mailing list