[PATCH] D142786: [InstCombine] Improve transforms for (icmp uPred X * Z, Y * Z) -> (icmp uPred X, Y)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 09:06:08 PST 2023


spatel added a comment.

If the 3 improvements are independent, it would be better to make this into 3 small patches. That makes it easier to review and reduces risk.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142786



More information about the llvm-commits mailing list