Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
[oota-llvm.git] / test / CodeGen / X86 / pr16360.ll
2013-06-21 Michael LiaoAdd '-mcpu=' to prevent breaking on ATOM due to differe...
2013-06-21 Michael LiaoFix PR16360