This is an archive of the discontinued LLVM Phabricator instance.

Removed incorrect FeatureVFPOnlySP for Cortex-R7
ClosedPublic

Authored by SjoerdMeijer on Jan 28 2016, 1:44 AM.

Details

Summary

Removed incorrect FeatureVFPOnlySP from the Cortex-R7 processor model description and changed the regression test accordingly.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer retitled this revision from to Removed incorrect FeatureVFPOnlySP for Cortex-R7.
SjoerdMeijer updated this object.
SjoerdMeijer added a reviewer: t.p.northover.
SjoerdMeijer set the repository for this revision to rL LLVM.
SjoerdMeijer added a subscriber: llvm-commits.

Those are just the default values, and we tend to use default values for the most common platforms.

I'm adding Richard and Alexandros, that have been working on architecture support, and know better than I do what's the right choice.

cheers,
--renato

bsmith accepted this revision.Feb 1 2016, 9:10 AM
bsmith edited edge metadata.

The default configuration of a Cortex-R7 is to implement the VFPv3-D16 architecture, the feature line as it is is too restrictive. I believe the intention of the targets in this file is to have them as maximal, hence this change looks good it me.

This revision is now accepted and ready to land.Feb 1 2016, 9:10 AM
SjoerdMeijer closed this revision.Feb 2 2016, 1:34 AM

Committed revision 259480.