[PATCH] D76513: [ReleaseNotes,ARM] MVE intrinsics are all implemented!
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 02:07:53 PDT 2020
hans added a comment.
Sorry for the slow reply. For some reason I didn't see this until now.
================
Comment at: llvm/docs/ReleaseNotes.rst:75-77
+* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
+ set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
+ Language Extensions.
----------------
kristof.beyls wrote:
> The note seems exactly right for the release notes.
> However, I'm not fully sure if this should be in the LLVM or the Clang release notes. Or maybe it's best to go in both.
> @hans , I wonder if you have an opinion on where release notes related to new C-level intrinsics for a specific backend should go?
No strong opinion, but putting it in both the Clang and LLVM notes makes sense to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76513/new/
https://reviews.llvm.org/D76513
More information about the llvm-commits
mailing list