Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
Reassociate.cpp
Find file
Blame
History
Permalink
Promote shifts by a constant to multiplies so that we can reassociate
· d6bde46d
Chris Lattner
authored
Mar 14, 2006
(x<<1)+(y<<1) -> (X+Y)<<1. This implements Transforms/Reassociate/shift-factor.ll llvm-svn: 26753
d6bde46d
Loading