This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Cleanup lowering actions
ClosedPublic

Authored by arsenm on May 20 2016, 9:26 AM.

Details

Reviewers
tstellarAMD
Summary

These are kind of a mess and hard to follow, particularly
for loads and stores. Fix various redundant, unnecessary
and dead settings.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57940.May 20 2016, 9:26 AM
arsenm retitled this revision from to AMDGPU: Cleanup lowering actions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 20 2016, 9:57 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 20 2016, 9:57 AM
arsenm closed this revision.May 20 2016, 7:34 PM

r270307