[PATCH] D85977: [release][docs] Update contributions to LLVM 11 for SVE.

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 08:40:17 PDT 2020


david-arm added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:70
+  ``VFDatabase`` class. When scanning through the set of vector
+  functions associated to a scalar call, the loop vectorizer now
+  relies on ``VFDatabase``, instead of ``TargetLibraryInfo``.
----------------
I think this should probably be "associated with a ..."


================
Comment at: llvm/docs/ReleaseNotes.rst:84
+* LLVM IR now supports two distinct ``llvm::FixedVectorType`` and
+  ``llvm::ScalableVectorType``, both derived from the base class
+  ``llvm::VectorType``. A number of algorithms dealing with IR vector
----------------
Perhaps this should be "now support two distinct ... and ... vector types, ..." ?


================
Comment at: llvm/docs/ReleaseNotes.rst:117
 
+* Clang supports to the following macros that enable the C-intrinsics
+  from the `Arm C language extensions for SVE
----------------
"Clang adds support for the ..." perhaps?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85977



More information about the llvm-commits mailing list