This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Extract full 64-bit subregister and use subregs
ClosedPublic

Authored by arsenm on Sep 4 2015, 2:47 PM.

Details

Reviewers
tstellarAMD
Summary

Instead of extracting both 32-bit components from the 128-bit
register. This produces fewer copies and is easier for
the copy peephole optimizer to understand and see the actual uses
as extracts from a reg_sequence.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 34081.Sep 4 2015, 2:47 PM
arsenm retitled this revision from to AMDGPU: Extract full 64-bit subregister and use subregs.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 9 2015, 7:04 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 9 2015, 7:04 AM
arsenm closed this revision.Sep 9 2015, 10:06 AM

r247162