This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Use RegUnits to track register aliases in AArch64RedundantCopyElimination. (NFC)
ClosedPublic

Authored by mcrosier on May 23 2018, 9:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mcrosier created this revision.May 23 2018, 9:50 AM
This revision is now accepted and ready to land.May 23 2018, 10:02 AM
junbuml accepted this revision.May 23 2018, 10:14 AM

LGTM too. DomBBUsedRegs and OptBBUsedRegs are not really used, but keeping both DefedRegs and UsedRegs seems clearer than creating extra functions in LiveRegUnits.

This revision was automatically updated to reflect the committed changes.