[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / insertelement-copytoregs.ll
blob83f0bd2bac6d73a211ee962ff9063c1a524825a4
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
7   br label %bb8
9 bb8:
10   store <2 x float> %v, <2 x float>* %p
11   ret void