[PATCH] D74969: [ReleaseNotes] Mention the `vector-function-abi-variant` attribute.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 08:23:49 PST 2020
fpetrogalli created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74969
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -57,6 +57,12 @@
Changes to the LLVM IR
----------------------
+* The callsite attribute `vector-function-abi-variant
+ <https://llvm.org/docs/LangRef.html#call-site-attributes>`_ has been
+ added to describe the mapping between scalar functions and vector
+ functions, to enable vectorization of call sites. The information
+ provided by the attribute is interfaced via the API provided by the
+ ``VFDatabase`` class.
Changes to building LLVM
------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74969.245871.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200221/fa2e16ad/attachment.bin>
More information about the llvm-commits
mailing list