diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r-- | llvm/docs/ReleaseNotes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 0c49fc8..b38ed62 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -73,6 +73,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 ------------------------------ @@ -104,6 +105,10 @@ Changes to the PowerPC Backend Changes to the RISC-V Backend ----------------------------- +* `llvm-objdump` now has basic support for switching between disassembling code + and data using mapping symbols such as `$x` and `$d`. Switching architectures + using `$x` with an architecture string suffix is not yet supported. + Changes to the WebAssembly Backend ---------------------------------- |