[PATCH] D87936: [GISel] Add new combines for G_ADD

Michael Kitzan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:56:30 PST 2021


mkitzan added a comment.

I can remove the `G_ADD(x, y)->G_OR(x, y)` combine if that's a blocker. Let me know if there's anything else specifically blocking the approval of this patch.


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

https://reviews.llvm.org/D87936



More information about the llvm-commits mailing list