This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Insert kernarg code after allocas
ClosedPublic

Authored by arsenm on May 4 2020, 6:10 PM.

Details

Reviewers
rampitec
Summary

This produces more normal looking IR by keeping all the allocas
clustered at the start of the block.

Diff Detail

Event Timeline

arsenm created this revision.May 4 2020, 6:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2020, 6:10 PM
This revision is now accepted and ready to land.May 5 2020, 10:02 AM