This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix private handling for allowsMisalignedMemoryAccesses
ClosedPublic

Authored by arsenm on Sep 17 2018, 7:02 AM.

Details

Reviewers
rampitec
Summary

If the alignment is at least 4, this should report true.

Something still seems off with how < 4-byte types are
handled here though.

Fixing this seems to change how some combines get
to where they get, but somehow isn't changing the net
result.

Diff Detail

Event Timeline

arsenm created this revision.Sep 17 2018, 7:02 AM
This revision is now accepted and ready to land.Sep 17 2018, 10:46 AM
arsenm closed this revision.Sep 24 2018, 6:20 AM

r342879