[PATCH] D31042: Allow DataLayout to specify addrspace for allocas.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 11:12:26 PDT 2017


efriedma added a comment.

LGTM except for a minor comment about the text in LangRef.



================
Comment at: docs/LangRef.rst:1816
+``A<address space``
+    Specifies the address space of the result for the stack. Defaults to the
+    default address space of 0.
----------------
"the address space of the result for the stack" is a little unclear.


https://reviews.llvm.org/D31042





More information about the llvm-commits mailing list