[PATCH] D128005: [SelectionDAG] Don't apply MinRCSize constraint in InstrEmitter::AddRegisterOperand for IMPLICIT_DEF sources.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 14:50:50 PDT 2022


arsenm added a comment.

In D128005#3590452 <https://reviews.llvm.org/D128005#3590452>, @reames wrote:

> As a guess, I think this is a workaround for the fact that we can't spill to other register classes.

But the allocator does look for shared common superclasses to copy to before spilling, so I don't understand this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128005



More information about the llvm-commits mailing list