[PATCH] D156345: RegisterCoalescer: Add implicit-def of super register when coalescing SUBREG_TO_REG

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 09:50:44 PDT 2023


arsenm added a comment.

ping, I don't really see a better option without ripping out SUBREG_TO_REG right now. We'd have to have some kind of way to go backwards from the defining instruction to an opcode that does define the whole register (which could have been done in tablegen during selection to begin with)


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

https://reviews.llvm.org/D156345



More information about the llvm-commits mailing list