[PATCH] D87870: [GISel] Add new combines for G_FMUL

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


mkitzan added a comment.

I have a fixup ready with the `G_FMUL(x, -1.0)->G_FSUB(-0.0, x)` change. However, I just want to know in specific terms if there's anything else blocking approval.


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

https://reviews.llvm.org/D87870



More information about the llvm-commits mailing list