Chris Lattner 6e54db0852 New testcase: the phi can be eliminated if the casts are sucked into it.
Note that this reduces code size anyway (as well as making further
optimizations simpler) so it's always a win.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17739 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-14 19:12:17 +00:00
..
2004-11-13 19:49:39 +00:00
2004-10-08 05:03:25 +00:00
2004-09-28 22:31:49 +00:00
2004-11-06 20:38:27 +00:00
2004-09-29 05:06:12 +00:00
2004-09-28 18:18:35 +00:00
2004-11-13 19:49:39 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.