This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Move SILowerControlFlowPass to be post-regalloc
AbandonedPublic

Authored by arsenm on Feb 9 2016, 3:12 PM.

Details

Reviewers
tstellarAMD
Summary

Currently this is inserting a prologue into the function.
Move this before PEI so we can emit the prologue there
for flat_scratch and m0 initialization.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 47380.Feb 9 2016, 3:12 PM
arsenm retitled this revision from to AMDGPU: Move SILowerControlFlowPass to be post-regalloc.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 10 2016, 6:06 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 10 2016, 6:06 PM
arsenm abandoned this revision.Jul 11 2016, 5:30 PM