[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
Mon Sep 3 19:28:14 PDT 2018


craig.topper added a comment.

So does this look ok?


https://reviews.llvm.org/D51398





More information about the llvm-commits mailing list