18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --implicit-check-not IMPLICIT_DEF3 4define void @foo(ptr %p) {5; CHECK-LABEL: foo:6; CHECK: # %bb.0:7; CHECK-NEXT: xorps %xmm0, %xmm08; CHECK-NEXT: movlps %xmm0, (%rdi)9; CHECK-NEXT: retq10 %t = insertelement <2 x float> undef, float 0.0, i32 011 %v = insertelement <2 x float> %t, float 0.0, i32 112 br label %bb813 14bb8:15 store <2 x float> %v, ptr %p16 ret void17}18