Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
[oota-llvm.git] / test / CodeGen / X86 / bitcast-i256.ll
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...