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

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 19:33:15 PDT 2023


goldstein.w.n accepted this revision.
goldstein.w.n added a comment.
This revision is now accepted and ready to land.

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.


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

https://reviews.llvm.org/D147296



More information about the llvm-commits mailing list