Return undef on FP <-> Int conversions that overflow (PR21330).
[oota-llvm.git] / test / Transforms / InstCombine / 2012-6-7-vselect-bitcast.ll
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...