[PATCH] D104013: [LangRef] State that the based-on relation is for pointer typed values only

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 07:00:33 PDT 2021


nhaehnle added a comment.

Thank you for your changes.



================
Comment at: llvm/docs/LangRef.rst:2666
+   in *any* address-space is associated with no address range.
+-  A pointer cast from an integer constant other than zero, a pointer that is
+   cast from zero and its address space does not have a null pointer,
----------------
Should the "constant" be removed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104013



More information about the llvm-commits mailing list