When pattern matching during instruction selection make sure shl x,1 is not
[oota-llvm.git] / test / CodeGen / X86 / vec_compare.ll
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-07-08 Chris Lattneradd some more check for vector compares.
2009-07-08 Chris Lattnereliminate the v[if]cmp versions of these tests, now...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.