[PATCH] D51398: [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely invertible
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 10:18:01 PDT 2018
davidxl added a comment.
The MD part LGTM
https://reviews.llvm.org/D51398
More information about the llvm-commits
mailing list