This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Test for good unaligned copy expansion
AbandonedPublic

Authored by arsenm on Apr 22 2016, 3:16 PM.

Details

Reviewers
tstellarAMD
Summary

Make sure pointless intermediate instructions packing
and unpacking the bytes are not emitted.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 54739.Apr 22 2016, 3:16 PM
arsenm retitled this revision from to AMDGPU: Test for good unaligned copy expansion.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Apr 22 2016, 5:49 PM
tstellarAMD edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 22 2016, 5:49 PM
arsenm abandoned this revision.Jun 10 2016, 3:12 PM

Test moved and problem fixed by D20589