[PATCH] D96270: [release][docs] Update contributions to LLVM 12 for scalable vectors.
David Sherwood via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 8 08:45:11 PST 2021
david-arm created this revision.
david-arm added reviewers: sdesmalen, willlovett, c-rhodes.
david-arm requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96270
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -144,6 +144,17 @@
- ...
+Modified Pragmas in Clang
+-------------------------
+
+- The #pragma "clang loop vectorize_width" has been extended to support an
+ optional 'fixed|scalable' argument, which can be used to indicate that the
+ 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
+ Extension (SVE) feature. For more information please refer to the
+ Clang Language Extensions documentation.
+
Attribute Changes in Clang
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96270.322125.patch
Type: text/x-patch
Size: 819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210208/25ef79ce/attachment.bin>
More information about the cfe-commits
mailing list