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

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 09:40:28 PST 2020


Author: Francesco Petrogalli
Date: 2020-02-24T17:39:31Z
New Revision: 3d65dd1e668ee681814f83e1423e4bee5d17ffb5

URL: https://github.com/llvm/llvm-project/commit/3d65dd1e668ee681814f83e1423e4bee5d17ffb5
DIFF: https://github.com/llvm/llvm-project/commit/3d65dd1e668ee681814f83e1423e4bee5d17ffb5.diff

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

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74969

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 65d74ef62c77..5b24659c16f9 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
 ------------------------


        


More information about the llvm-commits mailing list