[PATCH] D109059: [InstCombine] allow more min/max with 'not' folds for intrinsics

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 08:42:41 PDT 2021


spatel added a comment.

For reference/remaining steps - to avoid regressions on some important benchmarks, we probably need min/max intrinsics patches that give us functionality like:
D45317 <https://reviews.llvm.org/D45317>
D51398 <https://reviews.llvm.org/D51398>
D52177 <https://reviews.llvm.org/D52177>

It took several folds to see through patterns in cmyk code where the instructions have multi-uses.


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

https://reviews.llvm.org/D109059



More information about the llvm-commits mailing list