[PATCH] D119754: [InstCombine] reassociate min/max intrinsics with constant operands

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 02:23:04 PST 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM

I think additional reassociation is not really a requirement here, and probably InstCombine is not the right place to reassociate large chains.


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

https://reviews.llvm.org/D119754



More information about the llvm-commits mailing list