[PATCH] D81876: [GlobalISel] Combine (0 * x) -> 0

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 15:29:49 PDT 2020


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

LGTM but I think this is unnecessary since it was a simple fix to just avoid generating useless multiplies in fc905ae003df <https://reviews.llvm.org/rGfc905ae003df4d2cf9099afbdfc3aa840a82fe10>

Feel free to commit anyway.


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

https://reviews.llvm.org/D81876





More information about the llvm-commits mailing list