xref: /aosp_15_r20/external/llvm/test/Transforms/InstCombine/2008-05-22-IDivVector.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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