Commit 8ec2d86a authored by Hans Wennborg's avatar Hans Wennborg
Browse files

[ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0

Patch by Amara Emerson.

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

llvm-svn: 324211
parent 0f84e3ee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
-------------------------