Fix a logic bug in x86 vector codegen: sext (zext (x) ) != sext (x) (PR20472).
[oota-llvm.git] / test / CodeGen / X86 / fp-select-cmp-and.ll
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.