This is an archive of the discontinued LLVM Phabricator instance.

[ARM] [NFC] Use tGPR in patterns where appropriate.
ClosedPublic

Authored by efriedma on Mar 21 2019, 4:27 PM.

Details

Summary

This doesn't have any practical effect at the moment, as far as I know, because high registers aren't allocatable in Thumb1 mode. But it might matter in the future.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.Mar 21 2019, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2019, 4:27 PM
dmgreen accepted this revision.Mar 22 2019, 5:03 AM

LGTM

This revision is now accepted and ready to land.Mar 22 2019, 5:03 AM
This revision was automatically updated to reflect the committed changes.