This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by olista01 on Nov 27 2015, 4:47 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 41288.Nov 27 2015, 4:47 AM
olista01 retitled this revision from to [ARM] Add subtarget features for ARMv8.2-A.
olista01 updated this object.
olista01 added reviewers: t.p.northover, ab.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
t.p.northover accepted this revision.Nov 30 2015, 2:30 PM
t.p.northover edited edge metadata.

I think this is fine. Very similar to the AArch64 starting point.

Tim.

This revision is now accepted and ready to land.Nov 30 2015, 2:30 PM
This revision was automatically updated to reflect the committed changes.