1*9880d681SAndroid Build Coastguard Worker; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=i686-linux -mattr=+sse2 | FileCheck %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine <2 x i64> @t1(<2 x i64>* %ptr) nounwind { 5*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: t1: 6*9880d681SAndroid Build Coastguard Worker; CHECK: # BB#0: 7*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax 8*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: movq {{.*#+}} xmm0 = mem[0],zero 9*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: retl 10*9880d681SAndroid Build Coastguard Worker %tmp45 = bitcast <2 x i64>* %ptr to <2 x i32>* 11*9880d681SAndroid Build Coastguard Worker %tmp615 = load <2 x i32>, <2 x i32>* %tmp45 12*9880d681SAndroid Build Coastguard Worker %tmp7 = bitcast <2 x i32> %tmp615 to i64 13*9880d681SAndroid Build Coastguard Worker %tmp8 = insertelement <2 x i64> zeroinitializer, i64 %tmp7, i32 0 14*9880d681SAndroid Build Coastguard Worker ret <2 x i64> %tmp8 15*9880d681SAndroid Build Coastguard Worker} 16*9880d681SAndroid Build Coastguard Worker 17*9880d681SAndroid Build Coastguard Workerdefine <2 x i64> @t2(i64 %x) nounwind { 18*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: t2: 19*9880d681SAndroid Build Coastguard Worker; CHECK: # BB#0: 20*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: movsd {{.*#+}} xmm0 = mem[0],zero 21*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: retl 22*9880d681SAndroid Build Coastguard Worker %tmp717 = bitcast i64 %x to double 23*9880d681SAndroid Build Coastguard Worker %tmp8 = insertelement <2 x double> undef, double %tmp717, i32 0 24*9880d681SAndroid Build Coastguard Worker %tmp9 = insertelement <2 x double> %tmp8, double 0.000000e+00, i32 1 25*9880d681SAndroid Build Coastguard Worker %tmp11 = bitcast <2 x double> %tmp9 to <2 x i64> 26*9880d681SAndroid Build Coastguard Worker ret <2 x i64> %tmp11 27*9880d681SAndroid Build Coastguard Worker} 28