summaryrefslogtreecommitdiff
path: root/llvm/docs/ReleaseNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/ReleaseNotes.md')
-rw-r--r--llvm/docs/ReleaseNotes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 3b90c964ac53..16174553ba7f 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -75,6 +75,10 @@ Changes to TableGen
Changes to Interprocedural Optimizations
----------------------------------------
+* Added `-enable-machine-outliner={optimistic-pgo,conservative-pgo}` to read
+ profile data to guide the machine outliner
+ ([#154437](https://github.com/llvm/llvm-project/pull/154437)).
+
Changes to Vectorizers
----------------------------------------
@@ -119,6 +123,7 @@ Changes to the RISC-V Backend
and data using mapping symbols such as `$x` and `$d`. Switching architectures
using `$x` with an architecture string suffix is not yet supported.
* Ssctr and Smctr extensions are no longer experimental.
+* Add support for Zvfbfa (Additional BF16 vector compute support)
Changes to the WebAssembly Backend
----------------------------------
@@ -150,6 +155,9 @@ Changes to the Debug Info
Changes to the LLVM tools
---------------------------------
+* `llvm-readelf` now dumps all hex format values in lower-case mode.
+* Some code paths for supporting Python 2.7 in `llvm-lit` have been removed.
+
Changes to LLDB
---------------------------------