| commit | 1a81cc9f43f08908b50c87749bab0890d3308a82 | [log] [tgz] |
|---|---|---|
| author | Oliver Stannard <oliver.stannard@arm.com> | Thu Nov 26 15:28:47 2015 +0000 |
| committer | Oliver Stannard <oliver.stannard@arm.com> | Thu Nov 26 15:28:47 2015 +0000 |
| tree | 3fd333e0848ad0c8d88baceb1f232ce17b05b9d8 | |
| parent | 48b43741d07753ba635ebd66cbb63f9aa16a6a75 [diff] |
[AArch64] Add ARMv8.2-A persistent memory instruction ARMv8.2-A adds the "dc cvap" instruction, which is a system instruction that cleans caches to the point of persistence (for systems that have persistent memory). It is a required part of ARMv8.2-A, so no additional subtarget features are required. Differential Revision: http://reviews.llvm.org/D15016 llvm-svn: 254156