Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM too. DomBBUsedRegs and OptBBUsedRegs are not really used, but keeping both DefedRegs and UsedRegs seems clearer than creating extra functions in LiveRegUnits.
Paths
| Differential D47269
[CodeGen] Use RegUnits to track register aliases in AArch64RedundantCopyElimination. (NFC) ClosedPublic Authored by mcrosier on May 23 2018, 9:50 AM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 23 2018, 10:02 AM Comment Actions LGTM too. DomBBUsedRegs and OptBBUsedRegs are not really used, but keeping both DefedRegs and UsedRegs seems clearer than creating extra functions in LiveRegUnits. Closed by commit rL333107: [CodeGen][AArch64] Use RegUnits to track register aliases. (NFC) (authored by mcrosier). · Explain WhyMay 23 2018, 10:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148235 lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
|