| commit | a436cbe4bf7cc9db5a0d9eb4d43522d49de64759 | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Mon Dec 20 20:54:37 2010 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Mon Dec 20 20:54:37 2010 +0000 |
| tree | 78534c346e2113414d25e55e10b05f7d387e0264 | |
| parent | e15f591de41f1a851425110eaf1814bcfa3ffb7d [diff] |
Add a new convenience pass for testing InstructionSimplify. Previously it could only be tested indirectly, via instcombine, gvn or some other pass that makes use of InstructionSimplify, which means that testcases had to be carefully contrived to dance around any other transformations that that pass did. llvm-svn: 122264