[PATCH] D92361: [trivial-abi] Support types without a copy or move constructor.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 17 10:40:03 PST 2020


rjmccall added a comment.

`byval` actually means it'll be passed on the stack, not as a pointer, so yes, that's a real change in conventions from an indirect argument.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92361



More information about the cfe-commits mailing list