This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add subtarget features for ARMv8.2-A
ClosedPublic

Authored by olista01 on Nov 26 2015, 5:06 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 41234.Nov 26 2015, 5:06 AM
olista01 retitled this revision from to [AArch64] Add subtarget features for ARMv8.2-A.
olista01 updated this object.
olista01 added a reviewer: t.p.northover.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
t.p.northover accepted this revision.Nov 26 2015, 7:10 AM
t.p.northover edited edge metadata.

Let's start with the easy ones. This looks fine!

Tim.

This revision is now accepted and ready to land.Nov 26 2015, 7:10 AM
This revision was automatically updated to reflect the committed changes.