This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix typo in subtarget feature list for 7em triple
ClosedPublic

Authored by john.brawn on May 22 2015, 7:05 AM.

Details

Summary

The list of subtarget features for the 7em triple contains 't2xtpk', which actually disables that subtarget feature. Correct that to '+t2xtpk' and test that the instructions enabled by that feature do actually work.

Diff Detail

Repository
rL LLVM

Event Timeline

john.brawn updated this revision to Diff 26321.May 22 2015, 7:05 AM
john.brawn retitled this revision from to [ARM] Fix typo in subtarget feature list for 7em triple.
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).

Hi John,

This is fine. Easily obvious enough to go with post-commit review, in fact.

Cheers.

Tim.

t.p.northover accepted this revision.May 22 2015, 7:15 AM
t.p.northover added a reviewer: t.p.northover.
This revision is now accepted and ready to land.May 22 2015, 7:15 AM
This revision was automatically updated to reflect the committed changes.