summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-02-05 08:41:01 +0000
committerHans Wennborg <hans@hanshq.net>2018-02-05 08:41:01 +0000
commit93086eb4801a5514b11483fc3687e22ecb8451f2 (patch)
tree020ebeffb954f3b08ec18f2f3a3f017cda2d6f50 /docs
parent4b07ed628fe33090d114553618d63f9144c51715 (diff)
[ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0
Patch by Amara Emerson. Differential Revision: https://reviews.llvm.org/D42861 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@324211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index c28a3829bfe..cf85af7ba1b 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -71,6 +71,13 @@ Non-comprehensive list of changes in this release
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
-------------------------