Files
llvm-6502/lib/Analysis
Dan Gohman bd59d7b603 Implement more aggressive folding of add operand lists when
they contain multiplications of constants with add operations.
This helps simplify several kinds of things; in particular it
helps simplify expressions like ((-1 * (%a + %b)) + %a) to %b,
as expressions like this often come up in loop trip count
computations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73361 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-14 22:58:51 +00:00
..
2009-05-13 06:28:04 +00:00
2009-05-13 12:52:44 +00:00
2009-04-18 17:57:20 +00:00
2008-05-29 21:05:16 +00:00