[PATCH] D25135: [InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 15:50:10 PDT 2016


spatel added a subscriber: RKSimon.
spatel added a comment.

Oh wow, I hadn't updated in a day. @RKSimon just fixed this with https://reviews.llvm.org/D25374 / https://reviews.llvm.org/rL284015. The last test case in that patch is nearly what I posted here. :)


https://reviews.llvm.org/D25135





More information about the llvm-commits mailing list