[ARM] Add subtarget features for ARMv8.2-A
authorOliver Stannard <oliver.stannard@arm.com>
Tue, 1 Dec 2015 10:23:06 +0000 (10:23 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Tue, 1 Dec 2015 10:23:06 +0000 (10:23 +0000)
commitf025ca33c1fee1854bfa4476a771d3fff1c8b0b9
treeddcdef8145e0e8b8b69afeded96fa9b649cee662
parent175c9617cce54dd0b30b990863d066f52d73f93e
[ARM] Add subtarget features for ARMv8.2-A

This adds subtarget features for ARMv8.2-A, which builds on (and
requires the features from) ARMv8.1-A. Most assembler-visible features
of ARMv8.2-A are system instructions, and are all required parts of the
architecture, so just depend on the HasV8_2aOps subtarget feature.
There is also one large, optional feature, which adds 16-bit floating
point versions of all existing floating-point instructions (VFP and
SIMD), this is represented by the FeatureFullFP16 subtarget feature.

Differential Revision: http://reviews.llvm.org/D15036

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254399 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h