[PATCH] D142786: [InstCombine] Improve transforms for (icmp uPred X * Z, Y * Z) -> (icmp uPred X, Y)
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 09:25:17 PST 2023
goldstein.w.n added a comment.
In D142786#4093976 <https://reviews.llvm.org/D142786#4093976>, @spatel wrote:
> 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.
I"ll split case 1, but case 2/3 are basically in the same new code block.
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