[PATCH] D101045: [IR][Verifier] Allow alloca outside alloca address space

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 05:50:40 PDT 2021


arsenm added a comment.

It hadn't occurred to me to add a field to the datalayout purely for the verifier. That seems a bit strange, since it's not exactly a target property.

What is the plan to use this in codegen?



================
Comment at: llvm/docs/LangRef.rst:9566
+If not explicitly specified, the address space of the result defaults to
+the designed alloca address space for the target.  Note that most
+targets require that the object be allocated in the address space for
----------------
c/designed/designated/?


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