[clang] d7ab9e7 - [ARM] Release notes for the Custom Datapath Extension (CDE)

Mikhail Maltsev via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 22 08:34:53 PDT 2020


Author: Mikhail Maltsev
Date: 2020-04-22T16:34:19+01:00
New Revision: d7ab9e7c9b309ebac094bba209f7c15ad5f01768

URL: https://github.com/llvm/llvm-project/commit/d7ab9e7c9b309ebac094bba209f7c15ad5f01768
DIFF: https://github.com/llvm/llvm-project/commit/d7ab9e7c9b309ebac094bba209f7c15ad5f01768.diff

LOG: [ARM] Release notes for the Custom Datapath Extension (CDE)

Summary:
This change mentions CDE assembly in the LLVM release notes and CDE
intrinsics in both Clang and LLVM release notes.

Reviewers: kristof.beyls, simon_tatham

Reviewed By: kristof.beyls

Subscribers: danielkiss, cfe-commits

Tags: #clang

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

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6ed00a5be936..1f4bc0f0d0da 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -61,6 +61,8 @@ Non-comprehensive list of changes in this release
   v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
   in the Arm C Language Extensions.
 
+- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction
+  set are now provided.
 
 * clang adds support for a set of  extended integer types (``_ExtInt(N)``) that
   permit non-power of 2 integers, exposing the LLVM integer types. Since a major

diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index aad4ea88da1e..3afdce296fcd 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -76,6 +76,11 @@ During this release ...
   set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
   Language Extensions.
 
+* Added support for assembly for the optional Custom Datapath Extension (CDE)
+  for Arm M-profile targets.
+
+* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set.
+
 Changes to the MIPS Target
 --------------------------
 


        


More information about the cfe-commits mailing list