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
Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).
· 4c065091
Chris Lattner
authored
Mar 04, 2006
Testcase here: Transforms/Reassociate/mulfactor.ll llvm-svn: 26524
4c065091
Loading