This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/R600: Implement allowsMisalignedMemoryAccess
ClosedPublic

Authored by arsenm on Feb 17 2016, 11:49 AM.

Details

Reviewers
tstellarAMD
Summary

This avoids some test regressions in a future commit
when unaligned operations are expanded when they
have custom lowering.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 48226.Feb 17 2016, 11:49 AM
arsenm retitled this revision from to AMDGPU/R600: Implement allowsMisalignedMemoryAccess.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 22 2016, 10:15 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 22 2016, 10:15 AM
arsenm closed this revision.Feb 22 2016, 1:09 PM

r261570