[llvm-branch-commits] [llvm-branch] r324211 - [ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 5 00:41:01 PST 2018


Author: hans
Date: Mon Feb  5 00:41:01 2018
New Revision: 324211

URL: http://llvm.org/viewvc/llvm-project?rev=324211&view=rev
Log:
[ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0

Patch by Amara Emerson.

Differential Revision: https://reviews.llvm.org/D42861

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

Modified: llvm/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/ReleaseNotes.rst?rev=324211&r1=324210&r2=324211&view=diff
==============================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_60/docs/ReleaseNotes.rst Mon Feb  5 00:41:01 2018
@@ -71,6 +71,13 @@ Non-comprehensive list of changes in thi
 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
 -------------------------
 




More information about the llvm-branch-commits mailing list