[PATCH] D42861: [ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 11:34:13 PST 2018


aemerson created this revision.
aemerson added reviewers: hans, qcolombet.
Herald added subscribers: kristof.beyls, rovka, rengolin.

Add note for enabling GlobalISel for AArch64 -O0.


Repository:
  rL LLVM

https://reviews.llvm.org/D42861

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -71,6 +71,13 @@
 Changes to the LLVM IR
 ----------------------
 
+Changes to the AArch64 Target
+-----------------------------
+
+During this release:
+
+ * Enabled the new GlobalISel instruction selection framework by default at ``-O0``.
+
 Changes to the ARM Target
 -------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42861.132642.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180202/a8c9b1ee/attachment.bin>


More information about the llvm-commits mailing list