Chris Lattner 39ceb471b7 don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B
for vectors.  Codegen is generating awful code or segfaulting
in various cases (e.g. PR6204).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95058 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 02:43:51 +00:00
..
2010-01-18 22:00:46 +00:00
2010-01-05 21:54:09 +00:00
2010-01-11 23:18:33 +00:00
2010-01-05 21:32:59 +00:00
2009-12-21 06:08:50 +00:00
2009-12-02 05:34:35 +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.