[PATCH] D102698: [InstCombine] Relaxed constraints of uses for exp(X) * exp(Y) -> exp(X + Y) and exp2(X) * exp2(Y) -> exp2(X + Y)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 05:38:28 PDT 2021
spatel added a reviewer: lebedev.ri.
spatel added a comment.
I pushed some baseline tests here:
01120fe5b398 <https://reviews.llvm.org/rG01120fe5b39837f87e6fa34a5227b8f8634d7b01>
Please rebase/update the patch after that (manually remove TODO comments in the test file).
Other than that, this LGTM now, but let's see if there is agreement on that with other reviewers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102698/new/
https://reviews.llvm.org/D102698
More information about the llvm-commits
mailing list