Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.
authorChris Lattner <sabre@nondot.org>
Tue, 14 Mar 2006 06:54:32 +0000 (06:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Mar 2006 06:54:32 +0000 (06:54 +0000)
commit000c7c4c7b9481fb596fb2a2db9d163b800a8a09
treec09aa8bce5bcfa4744bf027561d664e9c80e14cf
parent09a053a777056ea3e246a6b2fc3df139c6dff9f1
Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26752 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/Reassociate/shift-factor.ll [new file with mode: 0644]