This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Implement patterns for PC-Rel zextload/extload byte loads
ClosedPublic

Authored by amyk on Mar 5 2021, 6:23 AM.

Details

Summary

This patch adds patterns to select the PC-Relative extloadi1 and zextloadi1 byte loads.
The test case is tested at -O1 in order to test the new patterns added.

Diff Detail

Event Timeline

amyk created this revision.Mar 5 2021, 6:23 AM
amyk requested review of this revision.Mar 5 2021, 6:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2021, 6:23 AM
lei accepted this revision as: lei.Mar 9 2021, 12:40 PM
This revision is now accepted and ready to land.Mar 9 2021, 12:40 PM
This revision was landed with ongoing or failed builds.Mar 10 2021, 10:19 AM
This revision was automatically updated to reflect the committed changes.