[PATCH] D107650: GlobalISel[RFC]: Avoid use of G_INSERT and G_EXTRACT in Legalizer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 13 13:29:56 PDT 2021


arsenm added a comment.

My general feeling is new opcodes should not be necessary, and that you're just trying to hide deficiencies in how we happen to lower some types now. I believe it is possible to fix legalization for every type with the existing set of opcodes (excluding cases that require an intermediate type that exceeds the range of LLT)


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

https://reviews.llvm.org/D107650



More information about the llvm-commits mailing list