[PATCH] D22477: [InstCombine] fold add(zext(xor X, C), C) --> sext X when C is INT_MIN in the source type

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 14:43:18 PDT 2016


majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.

The transform LGTM


https://reviews.llvm.org/D22477





More information about the llvm-commits mailing list