diff options
author | Alex Richardson <alexrichardson@google.com> | 2025-08-08 09:20:59 -0700 |
---|---|---|
committer | Alex Richardson <alexrichardson@google.com> | 2025-08-08 09:20:59 -0700 |
commit | 585d7d43b3543fb255edcaf4681d2ce180f4e314 (patch) | |
tree | 64d4cd15558536d36b351655f5f5ad83d6d4403d /llvm/docs/ReleaseNotes.md | |
parent | a0dcd64920d736f158532ded1d3d6b324a4edfd8 (diff) | |
parent | f7c6c7ce361b8664eee962f10803e92661582176 (diff) | |
download | llvm-users/arichardson/spr/main.capturetracking-handle-ptrtoaddr.zip llvm-users/arichardson/spr/main.capturetracking-handle-ptrtoaddr.tar.gz llvm-users/arichardson/spr/main.capturetracking-handle-ptrtoaddr.tar.bz2 |
[𝘀𝗽𝗿] changes introduced through rebaseusers/arichardson/spr/main.capturetracking-handle-ptrtoaddr
Created using spr 1.3.6-beta.1
[skip ci]
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r-- | llvm/docs/ReleaseNotes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index c15d148..6e85675 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -77,6 +77,7 @@ 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. +* SLP vectorizer supports initial recognition of FMA/FMAD pattern Changes to the AArch64 Backend ------------------------------ @@ -141,6 +142,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 --------------------------------- |