[PATCH] D51398: [InstCombine] Fold (neg (min/max ~X, C)) -> (add (min/max X, ~C), 1)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 12:20:58 PDT 2018


craig.topper added a comment.

Looking into the more general fold. Trying to figure out the right magic to avoid an infinite loop.


https://reviews.llvm.org/D51398





More information about the llvm-commits mailing list