1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --implicit-check-not IMPLICIT_DEF
4 define void @foo(ptr %p) {
7 ; CHECK-NEXT: xorps %xmm0, %xmm0
8 ; CHECK-NEXT: movlps %xmm0, (%rdi)
10 %t = insertelement <2 x float> undef, float 0.0, i32 0
11 %v = insertelement <2 x float> %t, float 0.0, i32 1
15 store <2 x float> %v, ptr %p