[PATCH] D101704: [IR] Introduce the opaque pointer type

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 15:41:00 PDT 2021


arsenm added inline comments.


================
Comment at: llvm/docs/LangRef.rst:3329
 +-------------------------+--------------------------------------------------------------------------------------------------------------+
+| ``ptr``                 | An opaque pointer type.                                                                                      |
++-------------------------+--------------------------------------------------------------------------------------------------------------+
----------------
in address space 0


================
Comment at: llvm/include/llvm/IR/DerivedTypes.h:658
+  /// This constructs an opaque pointer to an object in the
+  /// generic address space (address space zero).
+  static PointerType *getUnqual(LLVMContext &C) {
----------------
LLVM does not have a generic address space concept. This is the default address space


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101704



More information about the llvm-commits mailing list