[ReleaseNotes] Mention the `vector-function-abi-variant` attribute.

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74969
This commit is contained in:
Francesco Petrogalli 2020-02-21 16:15:09 +00:00
parent a3d58fcc03
commit 3d65dd1e66
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ Non-comprehensive list of changes in this release
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
------------------------