[PATCH] D51900: [InstCombine] Support (mul (sext x), cst) --> (sext (mul x, cst')) and (mul (zext x), cst) --> (zext (mul x, cst')) for vectors constants.
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 09:53:42 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL341961: [InstCombine] Support (mul (sext x), cst) --> (sext (mul x, cst')) and (mul… (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D51900?vs=164775&id=164915#toc
Repository:
rL LLVM
https://reviews.llvm.org/D51900
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/trunk/test/Transforms/InstCombine/sink-zext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51900.164915.patch
Type: text/x-patch
Size: 5346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/b231efeb/attachment.bin>
More information about the llvm-commits
mailing list