[PATCH] D101045: [IR][Verifier] Targets can specify multiple alloca address spaces
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 16:17:40 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/docs/LangRef.rst:9574
currently executing function, to be automatically released when this
-function returns to its caller. The object is always allocated in the
-address space for allocas indicated in the datalayout.
----------------
I would rephrase this instead of dropping the statement altogether. Without target knowledge, any generic code introducing an alloca should be using the alloca address space in the datalayout
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101045/new/
https://reviews.llvm.org/D101045
More information about the llvm-commits
mailing list