This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Track physical register liveness in ExpandPostRAPseudos
Needs ReviewPublic

Authored by foad on Nov 2 2021, 6:56 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Track physical register liveness in ExpandPostRAPseudos and pass the
LivePhysRegs info into the copyPhysReg target hook.

Diff Detail