[PATCH] D42032: [LLVM][PASSES][InstCombine] Fix (a + a + ...) / a cases
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 21 08:16:32 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323068: [InstCombine] (X << Y) / X -> 1 << Y (authored by spatel, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D42032?vs=130786&id=130810#toc
Repository:
rL LLVM
https://reviews.llvm.org/D42032
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/trunk/test/Transforms/InstCombine/div-shift.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42032.130810.patch
Type: text/x-patch
Size: 5011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180121/b17554c3/attachment.bin>
More information about the llvm-commits
mailing list