| commit | e3f247bcac9c15d29f3fc70c0a0dc87fc9dcca71 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 05 17:20:00 2004 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 05 17:20:00 2004 +0000 |
| tree | 719b89d56c3f44fb7ed3a663c434be4a8193d11f | |
| parent | d3e4d81ad7db2102fa5901956c187073d322a25a [diff] |
In a "seeing the forest through the trees" kinda situation, I realized that a complete rewrite of load-vn will make it a bit faster. This changes speeds up the gcse pass (which uses load-vn) from 25.45s to 0.42s on the testcase in PR209. I've also verified that this gives the exact same results as the old one. llvm-svn: 11132