[PATCH] D74651: Add IR constructs for inalloca replacement preallocated call setup

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 23 10:48:34 PDT 2020


rnk accepted this revision.
rnk added a comment.

lgtm, I think this is ready to land.



================
Comment at: llvm/docs/LangRef.rst:11973
+
+      declare i8* @llvm.call.preallocated.arg(token %setup_token, i32 %arg_index)
+
----------------
aeubanks wrote:
> rnk wrote:
> > We discussed the need to add the argument size here
> I thought we didn't need it since now we have the type as part of the preallocated call site attribute.
Sorry, that was a stale comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74651





More information about the llvm-commits mailing list