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

Mikhail Maltsev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 20 04:16:04 PDT 2020


miyuki created this revision.
miyuki added reviewers: kristof.beyls, simon_tatham.
Herald added subscribers: cfe-commits, danielkiss.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78481

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


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -76,6 +76,11 @@
   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
 --------------------------
 
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -61,6 +61,8 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78481.258696.patch
Type: text/x-patch
Size: 1109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200420/576351cb/attachment.bin>


More information about the cfe-commits mailing list