commit | 1cdc3dbc58923f66758b9b718175db2e41e80b0d | [log] [tgz] |
---|---|---|
author | Javed Absar <javed.absar@arm.com> | Tue Apr 23 09:39:58 2019 +0000 |
committer | Javed Absar <javed.absar@arm.com> | Tue Apr 23 09:39:58 2019 +0000 |
tree | 2e28a6b8f7c64fc31aac66a713cbf8bfb5bb1b3d | |
parent | 2619f399f99573609be11c608f5f20f1dab595f0 [diff] |
[AArch64] Add support for MTE intrinsics This patch provides intrinsics support for Memory Tagging Extension (MTE), which was introduced with the Armv8.5-a architecture. The intrinsics are described in detail in the latest ACLE Q1 2019 documentation: https://developer.arm.com/docs/101028/latest Reviewed by: David Spickett Differential Revision: https://reviews.llvm.org/D60486 llvm-svn: 358963