diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r-- | llvm/docs/ReleaseNotes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 48d2ef1..0c49fc8 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 ------------------------------ @@ -131,6 +137,9 @@ Changes to the LLVM tools Changes to LLDB --------------------------------- +* LLDB can now set breakpoints, show backtraces, and display variables when + debugging Wasm with supported runtimes (WAMR and V8). + Changes to BOLT --------------------------------- |