This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Remove t2xtpk features from tests
ClosedPublic

Authored by samparker on Mar 9 2017, 3:50 AM.

Details

Summary

I previously removed the T2XtPk feature from the ARM backend, but it looks like I missed some of the tests that were using the feature.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Mar 9 2017, 3:50 AM
SjoerdMeijer accepted this revision.Mar 9 2017, 6:48 AM
SjoerdMeijer added a subscriber: SjoerdMeijer.

Looks good to me.
I see that this feature was removed in D29623, but was still used here in these tests.
That should result in a compiler "t2xtpk is not a recognized feature for this target (ignoring feature)", but as it is a warning only, that is easily missed.

This revision is now accepted and ready to land.Mar 9 2017, 6:48 AM
This revision was automatically updated to reflect the committed changes.