[PATCH] D114831: [NFC][regalloc] Move ExtraRegInfo and related to LiveRangeStageManager

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 11:38:38 PST 2021


mtrofin added a comment.

In D114831#3167586 <https://reviews.llvm.org/D114831#3167586>, @MatzeB wrote:

> Is there any way to see a complete stack to make it easier to comment on the approach as a whole?

I sent a while back D114831 <https://reviews.llvm.org/D114831> as an overview for the effort of factoring eviction as an analysis. This particular patch slightly deviates from that patch: rather than mashing the live range state tracking in the analysis, for the reason outlined in the review message, we factor it as its own class.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114831/new/

https://reviews.llvm.org/D114831



More information about the llvm-commits mailing list