[PATCH] D51398: [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when Y is freely invertible

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 13:17:51 PDT 2018


craig.topper added a comment.

I did briefly look at always hoisting it, but it potentially changes the critical path so I'm playing it safe.


https://reviews.llvm.org/D51398





More information about the llvm-commits mailing list