[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
Mon Feb 6 12:17:14 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGabbd256a810a: Improve transforms for (icmp uPred X * Z, Y * Z) -> (icmp uPred X, Y) (authored by goldstein.w.n).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142786/new/
https://reviews.llvm.org/D142786
Files:
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/icmp-mul.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142786.495246.patch
Type: text/x-patch
Size: 5195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230206/15f5e0e7/attachment.bin>
More information about the llvm-commits
mailing list