[PATCH] D36965: [RelNotes, AArch64] Mention improved instruction fusion and fun alignment.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:27:40 PDT 2017
fhahn created this revision.
Herald added subscribers: rengolin, aemerson.
https://reviews.llvm.org/D36965
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -77,11 +77,16 @@
* Added speculatable attribute indicating a function which does has no
side-effects which could inhibit hoisting of calls.
-Changes to the ARM Backend
+Changes to the Arm Targets
--------------------------
- During this release ...
+During this release the AArch64 target has:
+ * Made instruction fusion more aggressive, resulting in speedups
+ for code making use of AArch64 AES instructions. AES fusion has been
+ enabled for most Cortex-A cores and the AArch64MacroFusion pass was moved
+ to the generic MacroFusion pass.
+ * Added preferred function alignments for most Cortex-A cores.
Changes to the MIPS Target
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36965.111986.patch
Type: text/x-patch
Size: 835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/02881392/attachment.bin>
More information about the llvm-commits
mailing list