1; RUN: opt < %s -passes=instcombine -disable-output2 3define <3 x i8> @f(<3 x i8> %i) {4 %A = sdiv <3 x i8> %i, %i5 ret <3 x i8> %A6}7