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
Avoid creating garbage instructions, just move the old add instruction
· 9fe263aa
Chris Lattner
authored
Sep 02, 2005
to where we need it when converting -(A+B+C) -> -A + -B + -C. llvm-svn: 23213
9fe263aa
Loading