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
teach reassociate to factor x+x+x -> x*3. While I'm at it,
· 60b71b5c
Chris Lattner
authored
Dec 31, 2009
fix RemoveDeadBinaryOp to actually do something. llvm-svn: 92368
60b71b5c
Loading