[llvm] 23db763 - Fix documentation errors introduced by 607fb1bb8c91a2f284d8c63f3066ab8cc1a66955
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 19 07:12:15 PDT 2021
Author: David Sherwood
Date: 2021-10-19T15:12:03+01:00
New Revision: 23db763b7dadbf99cb46c66c855651ac760e56db
URL: https://github.com/llvm/llvm-project/commit/23db763b7dadbf99cb46c66c855651ac760e56db
DIFF: https://github.com/llvm/llvm-project/commit/23db763b7dadbf99cb46c66c855651ac760e56db.diff
LOG: Fix documentation errors introduced by 607fb1bb8c91a2f284d8c63f3066ab8cc1a66955
Added:
Modified:
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 05bd9cfea3fa..11a039204e13 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -193,11 +193,11 @@ Arm and AArch64 Support in Clang
- Support has been added for the following processors (command-line identifiers in parentheses):
- Arm Cortex-A510 (``cortex-a510``)
- The -mtune flag is no longer ignored for AArch64. It is now possible to
-tune code generation for a particular CPU with -mtune without setting any
-architectural features. For example, compiling with
-"-mcpu=generic -mtune=cortex-a57" will not enable any Cortex-A57 specific
-architecture features, but will enable certain optimizations specific to
-Cortex-A57 CPUs and enable the use of a more accurate scheduling model.
+ tune code generation for a particular CPU with -mtune without setting any
+ architectural features. For example, compiling with
+ "-mcpu=generic -mtune=cortex-a57" will not enable any Cortex-A57 specific
+ architecture features, but will enable certain optimizations specific to
+ Cortex-A57 CPUs and enable the use of a more accurate scheduling model.
Internal API Changes
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index ec8a2e4ae882..1a9e63409b8d 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -75,9 +75,9 @@ Changes to the AArch64 Backend
* Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures.
* The compiler now recognises the "tune-cpu" function attribute to support
-the use of the -mtune frontend flag. This allows certain scheduling features
-and optimisations to be enabled independently of the architecture. If the
-"tune-cpu" attribute is absent it tunes according to the "target-cpu".
+ the use of the -mtune frontend flag. This allows certain scheduling features
+ and optimisations to be enabled independently of the architecture. If the
+ "tune-cpu" attribute is absent it tunes according to the "target-cpu".
Changes to the ARM Backend
--------------------------
More information about the llvm-commits
mailing list