[llvm] e32036b - [X86] Add clang release notes for HRESET and minor change for llvm release notes. (NFC)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 01:00:15 PDT 2020
Author: Wang, Pengfei
Date: 2020-10-21T15:59:42+08:00
New Revision: e32036b9732fd1ec4794fef48ec79a268aa8cbce
URL: https://github.com/llvm/llvm-project/commit/e32036b9732fd1ec4794fef48ec79a268aa8cbce
DIFF: https://github.com/llvm/llvm-project/commit/e32036b9732fd1ec4794fef48ec79a268aa8cbce.diff
LOG: [X86] Add clang release notes for HRESET and minor change for llvm release notes. (NFC)
Added:
Modified:
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 540cf9132605..0e2915ccf73a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -200,6 +200,8 @@ X86 Support in Clang
implies -mtune=<cpu>. -mtune=generic is the default with no -march or -mtune
specified.
+- Support for feature ``HRESET`` has been added.
+
Internal API Changes
--------------------
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index d85f4bab210f..d457e3fd87de 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -118,7 +118,7 @@ During this release ...
the "target-cpu" attribute or TargetMachine CPU which will be used to select
Instruction Set. If the attribute is not present, the tune CPU will follow
the target CPU.
-* Support for ISA HRESET has been added.
+* Support for feature ``HRESET`` has been added.
Changes to the AMDGPU Target
-----------------------------
More information about the llvm-commits
mailing list