1 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
2 ; CHECK-NOT: IMPLICIT_DEF
4 define void @foo(<2 x float>* %p) {
5 %t = insertelement <2 x float> undef, float 0.0, i32 0
6 %v = insertelement <2 x float> %t, float 0.0, i32 1
10 store <2 x float> %v, <2 x float>* %p