Skip to content
Snippets Groups Projects
Commit d6bde46d authored by Chris Lattner's avatar Chris Lattner
Browse files

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

llvm-svn: 26753
parent c714f268
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment