[PATCH] D94964: [LangRef] Describe memory layout for vectors types

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 03:15:30 PDT 2021


nlopes accepted this revision.
nlopes added a comment.
This revision is now accepted and ready to land.

Thanks for expanding on the padding. Sounds good to me.
LGTM.



================
Comment at: llvm/docs/LangRef.rst:3207
+:ref:`array types <t_array>`. Such an anology works fine as long as the vector
+elements are byte sized. However, when the elements of the vector isn't byte
+sized it gets a bit more complicated. One way to describe the layout is by
----------------
isn't -> aren't


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94964



More information about the llvm-commits mailing list