[PATCH] D103866: GlobalISel: Avoid use of G_INSERT in insertParts

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 10:14:33 PDT 2021


bogner accepted this revision.
bogner added a comment.
This revision is now accepted and ready to land.

Some of the test case updates show a lot more code coming out of the legalizer, which is a little bit concerning, but it looks like that's mostly with very unusual types like `s112` (though it looks like it comes up a bit for things like `s24` as well). That's probably okay though, as I'm guessing later passes will see all the constants and clean this up without too much trouble. Most of the cases with more normal types look like strict improvements I think.


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

https://reviews.llvm.org/D103866



More information about the llvm-commits mailing list