When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / InstCombine / 2008-05-22-NegValVector.ll
blobbf92faf2fec58d67127c16e3f21a036790240f27
1 ; RUN: opt < %s -instcombine -S | not grep sub
3 define <3 x i8> @f(<3 x i8> %a) {
4   %A = sub <3 x i8> zeroinitializer, %a
5   %B = mul <3 x i8> %A, <i8 5, i8 5, i8 5>
6   ret <3 x i8> %B