| commit | 573da8ac90a93bdc68d9e855f8603450133c4a3e | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jan 12 20:41:47 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jan 12 20:41:47 2010 +0000 |
| tree | 12e0cbea792dcf363e2ad0a34fca152120df769a | |
| parent | 04bdce64074c03446f9e31e4a99ff2d2730c89a9 [diff] |
1) Use the new SimplifyInstructionsInBlock routine instead of the copy in JT. 2) When cloning blocks for PHI or xor conditions, use instsimplify to simplify the code as we go. This allows us to squish common cases early in JT which opens up opportunities for subsequent iterations, and allows it to completely simplify the testcase. llvm-svn: 93253