[PATCH] D78430: [InstSimplify] fold and/or of compares with equality to min/max constant

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 13:33:39 PDT 2020


spatel added a comment.

We can do more optimization with less code in instcombine, so here's a step towards that:
D78582 <https://reviews.llvm.org/D78582>

If there's agreement on that direction, I will abandon this patch.


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

https://reviews.llvm.org/D78430





More information about the llvm-commits mailing list