[PATCH] D74651: Add IR constructs for inalloca replacement preallocated call setup
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 23:57:35 PDT 2020
aeubanks added inline comments.
================
Comment at: llvm/docs/LangRef.rst:11973
+
+ declare i8* @llvm.call.preallocated.arg(token %setup_token, i32 %arg_index)
+
----------------
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.
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