[PATCH] D117032: GlobalIsel: Fix fma combine when one of the uses comes from unmerge

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 09:04:50 PST 2022


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

LGTM. I think we should move APIs away from MachineInstr based tracking and towards value based approaches, closer to SDValue


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

https://reviews.llvm.org/D117032



More information about the llvm-commits mailing list