We'll move ExtraRegInfo to the RegAllocEvictionAdvisor subsequently.
This change prepares for that by factoring all accesses.
RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153639.html
Paths
| Differential D114759
[NFC][regalloc] Factor accesses to ExtraRegInfo ClosedPublic Authored by mtrofin on Nov 29 2021, 5:21 PM.
Details Summary We'll move ExtraRegInfo to the RegAllocEvictionAdvisor subsequently. RFC: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153639.html
Diff Detail
Event Timelinemtrofin added a child revision: D113525: [NFC][regalloc] Factor eviction decision-making into an analysis.Nov 29 2021, 5:21 PM This revision is now accepted and ready to land.Nov 30 2021, 10:29 AM Closed by commit rGa503cb00d105: [NFC][regalloc] Factor accesses to ExtraRegInfo (authored by mtrofin). · Explain WhyNov 30 2021, 3:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390832 llvm/lib/CodeGen/RegAllocGreedy.cpp
|
Could you add a comment on what this method does?