commit | e8c686aa867eafa9c6e5639c515228dcb65fe807 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Sun Feb 01 10:51:23 2015 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Sun Feb 01 10:51:23 2015 +0000 |
tree | 0e1fbe992e893dbdb2237972aeace8008d404a3a | |
parent | 9f8d9b613c14af8300a61f71dc4a412e6a52ade5 [diff] |
[PM] Port EarlyCSE to the new pass manager. I've added RUN lines both to the basic test for EarlyCSE and the target-specific test, as this serves as a nice test that the TTI layer in the new pass manager is in fact working well. llvm-svn: 227725