[PATCH] D52075: [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub (zext x), (zext y)) --> (zext (sub x, y))
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 15 11:55:42 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342335: [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub… (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52075?vs=165637&id=165655#toc
Repository:
rL LLVM
https://reviews.llvm.org/D52075
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/trunk/test/Transforms/InstCombine/narrow-math.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52075.165655.patch
Type: text/x-patch
Size: 7980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180915/752ad2af/attachment.bin>
More information about the llvm-commits
mailing list