[PATCH] D25135: [InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y)
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 14 08:33:49 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL284241: [InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y) (authored by spatel).
Changed prior to commit:
https://reviews.llvm.org/D25135?vs=74579&id=74695#toc
Repository:
rL LLVM
https://reviews.llvm.org/D25135
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/trunk/test/Transforms/InstCombine/sub.ll
llvm/trunk/test/Transforms/InstCombine/urem.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25135.74695.patch
Type: text/x-patch
Size: 3438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161014/4e48c820/attachment.bin>
More information about the llvm-commits
mailing list