summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander de Smalen <sander.desmalen@arm.com>2022-03-14 09:44:33 +0000
committerSander de Smalen <sander.desmalen@arm.com>2022-03-14 09:44:55 +0000
commit329fda39c507e8740978d10458451dcdb21563be (patch)
treee5217048bc6bbe3a916dab43b070239890a8475c
parent69ba522c58d0cf43097a08087b1b31d6edb46706 (diff)
NFC: Mention auto-vec support for SVE in release notes.llvmorg-14.0.0
-rw-r--r--llvm/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index e8934f79181a..b2d8d8c2640e 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -82,6 +82,7 @@ Changes to the AArch64 Backend
"tune-cpu" attribute is absent it tunes according to the "target-cpu".
* Fixed relocations against temporary symbols (e.g. in jump tables and
constant pools) in large COFF object files.
+* Auto-vectorization now targets SVE by default when available.
Changes to the ARM Backend
--------------------------