llvm-6502/test/Transforms/EarlyCSE
Chris Lattner 8e7f0d70c7 Teach EarlyCSE to do trivial CSE of loads and read-only calls.
On 176.gcc, this catches 13090 loads and calls, and increases the
number of simple instructions CSE'd from 29658 to 36208.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122727 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-03 03:18:43 +00:00
..
basic.ll Teach EarlyCSE to do trivial CSE of loads and read-only calls. 2011-01-03 03:18:43 +00:00
dg.exp