Convert shifts to muls to assist reassociation. This implements
authorChris Lattner <sabre@nondot.org>
Sat, 7 May 2005 04:24:13 +0000 (04:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 7 May 2005 04:24:13 +0000 (04:24 +0000)
commit0975ed5f4ef7264b45995241717055f8a116bb27
tree5f42f929656d7d47a2bad54ab3d2f919d68afd73
parent5cc924ac42f6ded8c560dcdf706c86634f5b0db7
Convert shifts to muls to assist reassociation.  This implements
Reassociate/shifttest.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21761 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/Reassociate.cpp