[PATCH] D52177: [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 10:34:20 PDT 2018


dmgreen added a comment.

Thanks for pointing to https://reviews.llvm.org/D52070. I think I saw that (it gave me the idea for this), but hadn't realised it had come back out.

I'll rebase this once that's in.


https://reviews.llvm.org/D52177





More information about the llvm-commits mailing list