1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

ReleaseNotes: mention the machine outliner for ARM

As suggested by Yvan.
This commit is contained in:
Hans Wennborg 2020-10-05 13:38:45 +02:00
parent 6228b2b331
commit 67f791eb79

View File

@ -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
-----------------------------