aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r--llvm/docs/ReleaseNotes.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 48d2ef1..021f321 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -68,6 +68,12 @@ Changes to TableGen
Changes to Interprocedural Optimizations
----------------------------------------
+Changes to Vectorizers
+----------------------------------------
+
+* Added initial support for copyable elements in SLP, which models copyable
+ elements as add <element>, 0, i.e. uses identity constants for missing lanes.
+
Changes to the AArch64 Backend
------------------------------