[PATCH] D96270: [release][docs] Update contributions to LLVM 12 for scalable vectors.

Sander de Smalen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 8 09:25:10 PST 2021


sdesmalen added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:153
+  compiler should use fixed-width or scalable vectorization.  Fixed-width is
+  assumed by default.  Scalable vectorization is an experimental feature for
+  targets that support it, such as Arm targets that support the Scalable Vector
----------------
nit: insert empty line here.


================
Comment at: clang/docs/ReleaseNotes.rst:153
+  compiler should use fixed-width or scalable vectorization.  Fixed-width is
+  assumed by default.  Scalable vectorization is an experimental feature for
+  targets that support it, such as Arm targets that support the Scalable Vector
----------------
sdesmalen wrote:
> nit: insert empty line here.
nit: s/Scalable/Scalable or Vector length agnostic/


================
Comment at: clang/docs/ReleaseNotes.rst:154-155
+  assumed by default.  Scalable vectorization is an experimental feature for
+  targets that support it, such as Arm targets that support the Scalable Vector
+  Extension (SVE) feature. For more information please refer to the
+  Clang Language Extensions documentation.
----------------
nit: s/it, [...] feature./scalable vectors./


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96270



More information about the cfe-commits mailing list