[llvm-branch-commits] [llvm] f80e6d6 - ReleaseNotes: mention the machine outliner for ARM
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 5 04:39:09 PDT 2020
Author: Hans Wennborg
Date: 2020-10-05T13:38:48+02:00
New Revision: f80e6d63423008ca24aa5d5d9939d0e35a2d7d02
URL: https://github.com/llvm/llvm-project/commit/f80e6d63423008ca24aa5d5d9939d0e35a2d7d02
DIFF: https://github.com/llvm/llvm-project/commit/f80e6d63423008ca24aa5d5d9939d0e35a2d7d02.diff
LOG: ReleaseNotes: mention the machine outliner for ARM
As suggested by Yvan.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index a1f00a1a3b3a..f5f50cbf0158 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -165,6 +165,9 @@ Changes to the ARM Backend
* Added support for Cortex-M55, Cortex-A77, Cortex-A78 and Cortex-X1 cores.
+* The Machine Outliner is now supported for ARM and Thumb2, it is not
+ turned on by default and can be enabled with the ``-moutline`` clang flag.
+
Changes to the PowerPC Target
-----------------------------
More information about the llvm-branch-commits
mailing list