1 ; Test some floating point casting cases
2 ; RUN: opt < %s -instcombine -S | notcast
3 ; RUN: opt < %s -instcombine -S | \
4 ; RUN: egrep {ret i8 \(-1\)\|\(255\)}
7 %x = fptoui float 2.550000e+02 to i8 ; <i8> [#uses=1]
12 %x = fptosi float -1.000000e+00 to i8 ; <i8> [#uses=1]