[PATCH] D81083: [Clang] Allow "vector_size" applied to Booleans

Sam Elliott via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 07:04:20 PDT 2020


lenary added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:473
+architectures.  The size parameter of a boolean vector type is the number of
+bits in the vector (for all non-bool vectors, the number refers to the number
+of bytes in the vector).
----------------
It would be nice if this aside about non-bool vectors was more prominently displayed - it's something I hadn't realised before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81083





More information about the cfe-commits mailing list