To save compile time, avoid computation of stats if ORE will not emit it.
The motivation is to add more stats and compute it only if it will dumped.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D100010
[GreedyRA ORE] Compute ORE stats if extra analysis is enabled ClosedPublic Authored by skatkov on Apr 6 2021, 8:26 PM.
Details Summary To save compile time, avoid computation of stats if ORE will not emit it.
Diff Detail Event TimelineHerald added subscribers: dantrushin, hiraditya, qcolombet. · View Herald TranscriptApr 6 2021, 8:26 PM skatkov added a child revision: D100012: [GreedyRA ORE] Extract stats in RAGreedyStats struct. NFC..Apr 6 2021, 9:14 PM This revision is now accepted and ready to land.Apr 7 2021, 8:24 PM Closed by commit rG0a1c6637a1e8: [GreedyRA ORE] Compute ORE stats if extra analysis is enabled (authored by skatkov). · Explain WhyApr 8 2021, 12:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 335706 llvm/lib/CodeGen/RegAllocGreedy.cpp
|