[PATCH] D15036: [ARM] Add subtarget features for ARMv8.2-A

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 04:47:03 PST 2015


olista01 created this revision.
olista01 added reviewers: t.p.northover, ab.
olista01 added a subscriber: llvm-commits.
olista01 set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

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.

Repository:
  rL LLVM

http://reviews.llvm.org/D15036

Files:
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMInstrInfo.td
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15036.41288.patch
Type: text/x-patch
Size: 4786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151127/72c2029d/attachment.bin>


More information about the llvm-commits mailing list