This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Boost inline threshold with addrspacecasted alloca arguments
ClosedPublic

Authored by arsenm on May 24 2019, 7:56 AM.

Details

Reviewers
rampitec
Summary

This was skipping GetUnderlyingObject for nonprivate addresses, but an
alloca could also be found through an addrspacecast if it's flat.

Diff Detail

Event Timeline

arsenm created this revision.May 24 2019, 7:56 AM
This revision is now accepted and ready to land.May 24 2019, 8:46 AM
arsenm closed this revision.May 24 2019, 9:50 AM

r361649