This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Handle alloca promoting with null operands
ClosedPublic

Authored by arsenm on May 16 2016, 6:35 PM.

Details

Reviewers
tstellarAMD
Summary

If the second pointer in a multi-pointer instruction is a constant, we can replace the type.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57429.May 16 2016, 6:35 PM
arsenm retitled this revision from to AMDGPU: Handle alloca promoting with null operands.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 17 2016, 1:42 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 17 2016, 1:42 PM
arsenm closed this revision.May 18 2016, 9:03 AM

r269945