[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Transforms / InstCombine / 2008-05-22-IDivVector.ll
blobf7ba99c6b44995a291b4002a821e70923fa7ca07
1 ; RUN: opt < %s -instcombine -disable-output
3 define <3 x i8> @f(<3 x i8> %i) {
4   %A = sdiv <3 x i8> %i, %i
5   ret <3 x i8> %A