Skip to content

Commit 3d65dd1

Browse files
author
Francesco Petrogalli
committed
[ReleaseNotes] Mention the vector-function-abi-variant attribute.
Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D74969
1 parent a3d58fc commit 3d65dd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Non-comprehensive list of changes in this release
5757
Changes to the LLVM IR
5858
----------------------
5959

60+
* The callsite attribute `vector-function-abi-variant
61+
<https://llvm.org/docs/LangRef.html#call-site-attributes>`_ has been
62+
added to describe the mapping between scalar functions and vector
63+
functions, to enable vectorization of call sites. The information
64+
provided by the attribute is interfaced via the API provided by the
65+
``VFDatabase`` class.
6066

6167
Changes to building LLVM
6268
------------------------

0 commit comments

Comments
 (0)