This is an archive of the discontinued LLVM Phabricator instance.

[9.0 branch][ARM] VFPv2 only supports 16 D registers.
ClosedPublic

Authored by efriedma on Oct 8 2019, 5:29 PM.

Details

Summary

Patch for 9.0.1.

Simplified version of r372186/r372187: fix the meaning of the "vfpv2" and "vfpv2sp" features, but keep around the useless "vfp2d16" and "vfp2d16sp" features, to reduce the risk on the release branch.

Fixes https://bugs.llvm.org/show_bug.cgi?id=43365

Diff Detail

Event Timeline

efriedma created this revision.Oct 8 2019, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2019, 5:29 PM
This revision is now accepted and ready to land.Oct 9 2019, 3:53 AM
efriedma closed this revision.Oct 17 2019, 2:56 PM

(Merged to the branch.)