diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -57,6 +57,12 @@ Changes to the LLVM IR ---------------------- +* The callsite attribute `vector-function-abi-variant + `_ 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 ------------------------