1; RUN: opt < %s -instcombine -disable-output
2
3define <3 x i8> @f(<3 x i8> %i) {
4  %A = sdiv <3 x i8> %i, %i
5  ret <3 x i8> %A
6}
7