[PATCH] D123247: Provide a more in-depth reference document for TBAA's implementation.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 09:03:13 PDT 2022


jeroen.dobbelaere added a comment.

Looks good. Thanks for documenting this !

I would also (at minimum) mention 'new struct path tbaa' (-new-struct-path-tbaa) which also introduces the size of accesses/fields.



================
Comment at: llvm/docs/TBAA.rst:176
+
+In addition to these core compnents, there is an optional boolean flag
+indicating whether or not the memory location this tag points to can ever be
----------------
s/compnents/components/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123247



More information about the llvm-commits mailing list