Chris Lattner 22a66c41f3 Promote shifts by a constant to multiplies so that we can reassociate
(x<<1)+(y<<1) -> (X+Y)<<1.  This implements
Transforms/Reassociate/shift-factor.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26753 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-14 06:55:18 +00:00
..
2005-12-26 14:31:26 +00:00
2006-03-04 07:53:41 +00:00
2006-03-13 23:18:16 +00:00
2006-01-24 04:14:29 +00:00