[PATCH] D40975: [LangRef] Reflect the changes in the TBAA info format
Rehana Begam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 10:30:56 PST 2018
rehana added inline comments.
================
Comment at: docs/LangRef.rst:4624-4626
+that fits the size of the access. For example, if the size of an access is
+28 and the access type is ``int`` of size 4, then it is an access to all or
+any of the elements of an ``int[7]`` array.
----------------
It's not very clear. Adding an array in the example would be helpful.
https://reviews.llvm.org/D40975
More information about the llvm-commits
mailing list