This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix issue where hint was providing the incorrect regsiter class.
ClosedPublic

Authored by stefanp on Jul 29 2021, 1:40 PM.

Details

Summary

Regsier hints when copying to a UACC register do not always produce VSRp
registers. This patch makes sure that we do not produce hints in cases
where the subregsiter of the UACC is not a VSRp.

Diff Detail

Event Timeline

stefanp created this revision.Jul 29 2021, 1:40 PM
stefanp requested review of this revision.Jul 29 2021, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2021, 1:40 PM
stefanp added a reviewer: Restricted Project.Jul 29 2021, 1:40 PM
nemanjai accepted this revision.Jul 29 2021, 3:26 PM

LGTM. Thanks for fixing this.

This revision is now accepted and ready to land.Jul 29 2021, 3:26 PM