[PATCH] D33879: [InstCombine] fold lshr (sext X), C1 --> zext (lshr X, C2)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 13:32:42 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304939: [InstCombine] fold lshr (sext X), C1 --> zext (lshr X, C2) (authored by spatel).
Changed prior to commit:
https://reviews.llvm.org/D33879?vs=101793&id=101807#toc
Repository:
rL LLVM
https://reviews.llvm.org/D33879
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp
llvm/trunk/test/Transforms/InstCombine/lshr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33879.101807.patch
Type: text/x-patch
Size: 4222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/d9904768/attachment.bin>
More information about the llvm-commits
mailing list