[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:46:56 PST 2018
rjmccall added a comment.
Okay. In that case, this seems correct, although it seems to me that perhaps `inalloca` is not actually orthogonal to anything else. In fact, it seems to me that maybe `inalloca` ought to just be a bit on the CGFunctionInfo and the individual ABIInfos should be left alone.
Repository:
rC Clang
https://reviews.llvm.org/D43842
More information about the cfe-commits
mailing list