[PATCH] D147296: [InstCombine] Add support for max(a, b) + min(a, b) => a + b.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 19:39:16 PDT 2023


skatkov added a comment.

In D147296#4244914 <https://reviews.llvm.org/D147296#4244914>, @goldstein.w.n wrote:

> LGTM.
>
> I'm not a maintainer so give it a day or so before pushing so others have a chance to look it over if they want.

Sure, Thank a lot for review.


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

https://reviews.llvm.org/D147296



More information about the llvm-commits mailing list