Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
[oota-llvm.git] / test / CodeGen / X86 / fp-trunc.ll
2012-10-10 Michael LiaoSpecify CPU model to avoid breaking ATOM builds
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2011-04-25 Benjamin KramerMake tests more useful.
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...