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

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 00:42:51 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324211: [ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0 (authored by hans, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42861?vs=132642&id=132789#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42861

Files:
  llvm/branches/release_60/docs/ReleaseNotes.rst


Index: llvm/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst
+++ llvm/branches/release_60/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.132789.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180205/f7575ae7/attachment.bin>


More information about the llvm-commits mailing list