This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix promote alloca for pointer types
ClosedPublic

Authored by arsenm on May 12 2016, 4:30 PM.

Details

Reviewers
tstellarAMD
Summary

If the load has a pointer type, we don't want to change its type.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57116.May 12 2016, 4:30 PM
arsenm retitled this revision from to AMDGPU: Fix promote alloca for pointer types.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 57421.May 16 2016, 4:46 PM

Make sure to continue to check other users

tstellarAMD accepted this revision.May 18 2016, 6:42 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 18 2016, 6:42 AM
arsenm closed this revision.May 18 2016, 4:27 PM

r270000