When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / InstCombine / vec_insertelt.ll
blobeedf882518bf35912e78f6a2c1c04697fbd7ec6a
1 ; RUN: opt < %s -instcombine -S | grep {ret <4 x i32> %A}
3 ; PR1286
4 define <4 x i32> @test1(<4 x i32> %A) {
5         %B = insertelement <4 x i32> %A, i32 undef, i32 1
6         ret <4 x i32> %B