[PATCH] D51964: [InstCombine] Fold (xor (min/max X, Y), -1) -> (max/min ~X, ~Y) when X and Y are freely invertible.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 12 13:50:52 PDT 2018


spatel added a reviewer: anna.
spatel added a comment.

Can you split off the inf-loop fix? That solves PR38915, right?
https://bugs.llvm.org/show_bug.cgi?id=38915


https://reviews.llvm.org/D51964





More information about the llvm-commits mailing list