This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts
ClosedPublic

Authored by arsenm on Dec 9 2016, 4:10 PM.

Details

Reviewers
tstellarAMD
Summary

The users of the addrspacecast were having their types incorrectly
changed, producing invalid bitcasts between address spaces.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 80971.Dec 9 2016, 4:10 PM
arsenm retitled this revision from to AMDGPU: Fix AMDGPUPromoteAlloca breaking addrspacecasts.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Dec 9 2016, 4:17 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 9 2016, 4:17 PM
arsenm closed this revision.Dec 9 2016, 5:03 PM

r289307