We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vector-function-abi-variant
1 parent a3d58fc commit 3d65dd1Copy full SHA for 3d65dd1
llvm/docs/ReleaseNotes.rst
@@ -57,6 +57,12 @@ Non-comprehensive list of changes in this release
57
Changes to the LLVM IR
58
----------------------
59
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.
66
67
Changes to building LLVM
68
------------------------
0 commit comments