Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep movss | wc -l | grep 1 |
| 2 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep movd | wc -l | grep 1 |
| 3 | |
| 4 | <4 x float> %test1(float %a) { |
| 5 | %tmp = insertelement <4 x float> zeroinitializer, float %a, uint 0 |
| 6 | %tmp5 = insertelement <4 x float> %tmp, float 0.000000e+00, uint 1 |
| 7 | %tmp6 = insertelement <4 x float> %tmp5, float 0.000000e+00, uint 2 |
| 8 | %tmp7 = insertelement <4 x float> %tmp6, float 0.000000e+00, uint 3 |
| 9 | ret <4 x float> %tmp7 |
| 10 | } |
| 11 | |
| 12 | <2 x long> %test(short %a) { |
| 13 | %tmp = insertelement <8 x short> zeroinitializer, short %a, uint 0 |
| 14 | %tmp6 = insertelement <8 x short> %tmp, short 0, uint 1 |
| 15 | %tmp8 = insertelement <8 x short> %tmp6, short 0, uint 2 |
| 16 | %tmp10 = insertelement <8 x short> %tmp8, short 0, uint 3 |
| 17 | %tmp12 = insertelement <8 x short> %tmp10, short 0, uint 4 |
| 18 | %tmp14 = insertelement <8 x short> %tmp12, short 0, uint 5 |
| 19 | %tmp16 = insertelement <8 x short> %tmp14, short 0, uint 6 |
| 20 | %tmp18 = insertelement <8 x short> %tmp16, short 0, uint 7 |
| 21 | %tmp19 = cast <8 x short> %tmp18 to <2 x long> |
| 22 | ret <2 x long> %tmp19 |
| 23 | } |