[PATCH] D81311: [RFC] LangRef: Define inmem parameter attribute

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 16:08:26 PDT 2020


rjmccall added a comment.

In D81311#2086227 <https://reviews.llvm.org/D81311#2086227>, @jdoerfert wrote:

> Do we allow `inmem` to be used for other purposes? I would assume the answer is yes, as we do not forbid it.


I don't know what else we might use it for off-hand, but yes, I think the frontend could put this down on all value arguments that are actually passed indirectly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81311/new/

https://reviews.llvm.org/D81311





More information about the cfe-commits mailing list