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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 07:42:04 PDT 2020


jdoerfert added a comment.

In D81311#2086326 <https://reviews.llvm.org/D81311#2086326>, @rjmccall wrote:

> 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.


Where does it say it is limited to indirectly passed arguments?


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

https://reviews.llvm.org/D81311





More information about the llvm-commits mailing list