[PATCH] D101185: [LangRef] tbaa: 'any pointer' and 'vtable pointer' type names can be used

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 10:41:23 PDT 2021


aqjune added inline comments.


================
Comment at: llvm/docs/LangRef.rst:5794
-struct type.  LLVM does not assign meaning to the value of this operand, it
-only cares about it being an ``MDString``.  The second operand is an
-``MDNode`` which points to the parent for said scalar type descriptor,
----------------
This sentence ('LLVM does not assign ... an ``MDString``') became a separate paragraph (line 5807) and the explanation is added.
Similarly for the analogous sentence in the next paragraph as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101185



More information about the llvm-commits mailing list