Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
[oota-llvm.git] / test / CodeGen / X86 / vec_add.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-06-10 Matthijs KooijmanRemove double pipes in RUN commandlines.
2007-04-26 Evan ChengNew test case.