[PATCH] D58200: [RegAllocGreedy] Take last chance recoloring into account in evicting.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 23:39:27 PST 2019


uabelho added a comment.

In D58200#1397672 <https://reviews.llvm.org/D58200#1397672>, @uabelho wrote:

> Hi!
>
> Nice to see this fix get in because we've seen the need for such a change for our out-of-tree target as well.
>
> However, we've added a FixedRegisters argument to tryAssign and trySplit too.
>  It was a while since we did that change locally but would it make sense to push that into trunk too?


I created a patch for that:
https://reviews.llvm.org/D58376


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58200





More information about the llvm-commits mailing list