This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add support for -sp- FPUs and FPU none to TargetParser
ClosedPublic

Authored by john.brawn on Jun 4 2015, 4:26 AM.

Details

Summary

These are added mainly for the benefit of clang, but this also means that they are now allowed in .fpu directives and we emit the correct .fpu directive when single-precision-only is used.

Diff Detail

Repository
rL LLVM

Event Timeline

john.brawn updated this revision to Diff 27106.Jun 4 2015, 4:26 AM
john.brawn retitled this revision from to [ARM] Add support for -sp- FPUs and FPU none to TargetParser.
john.brawn updated this object.
john.brawn edited the test plan for this revision. (Show Details)
john.brawn added a reviewer: rengolin.
john.brawn set the repository for this revision to rL LLVM.
john.brawn added a subscriber: Unknown Object (MLST).
rengolin accepted this revision.Jun 4 2015, 5:56 AM
rengolin edited edge metadata.

Thanks for doing this one! LGTM.

test/MC/ARM/directive-fpu-multiple.s
4 ↗(On Diff #27106)

Clever! :)

This revision is now accepted and ready to land.Jun 4 2015, 5:56 AM
This revision was automatically updated to reflect the committed changes.