This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] New CL option to enable subreg liveness
ClosedPublic

Authored by jonpa on Aug 15 2018, 7:02 AM.

Details

Reviewers
uweigand
Summary

This option is needed to enable subreg liveness tracking during register allocation.

Diff Detail

Event Timeline

jonpa created this revision.Aug 15 2018, 7:02 AM
jonpa added a comment.Aug 15 2018, 7:06 AM

This is needed to commit fixes in the register allocator found during testing on SystemZ.

uweigand accepted this revision.Aug 15 2018, 7:59 AM

LGTM.

This revision is now accepted and ready to land.Aug 15 2018, 7:59 AM
jonpa closed this revision.Aug 15 2018, 8:06 AM

Committed as r339776.