Nate Begeman b6aef5c867 Substantially speed up combiner-aa in the following ways:
1. Switch from an std::set to a SmallPtrSet for visited chain nodes.
2. Do not force the recursive flattening of token factor nodes, regardless of
   use count.
3. Immediately process newly created TokenFactor nodes.

Also, improve combiner-aa by teaching it that loads to non-overlapping offsets
of relatively aligned objects cannot alias.

These changes result in a >5x speedup for combiner-aa on most testcases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81816 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 00:18:30 +00:00
..
2009-08-28 23:24:31 +00:00
2009-08-23 07:05:07 +00:00
2009-08-23 07:05:07 +00:00
2009-08-23 07:05:07 +00:00
2009-08-23 07:05:07 +00:00
2009-08-23 07:05:07 +00:00