This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix splitting vector loads with existing offsets
ClosedPublic

Authored by arsenm on Dec 11 2015, 12:59 PM.

Details

Reviewers
tstellarAMD
Summary

If the original MMO had an offset, it was dropped.
Also use the correct alignment after adding the new offset.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 42559.Dec 11 2015, 12:59 PM
arsenm retitled this revision from to AMDGPU: Fix splitting vector loads with existing offsets.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Dec 11 2015, 6:58 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 11 2015, 6:58 PM
arsenm closed this revision.Dec 14 2015, 9:03 AM

r255508