Skip to content
  • Chris Lattner's avatar
    Modify how immediates are removed from base expressions to deal with the fact · 45f8b6e7
    Chris Lattner authored
    that the symbolic evaluator is not always able to use subtraction to remove
    expressions.  This makes the code faster, and fixes the last crash on 178.galgel.
    Finally, add a statistic to see how many phi nodes are inserted.
    
    On 178.galgel, we get the follow stats:
    
    2562 loop-reduce  - Number of PHIs inserted
    3927 loop-reduce  - Number of GEPs strength reduced
    
    llvm-svn: 22662
    45f8b6e7
Loading