diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-04-21 01:12:32 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-21 01:12:32 +0000 |
| commit | b3864a0ce4dea3f0deb2b03d1fd0be0d7cae4dd7 (patch) | |
| tree | c227be285aae50b331bc81f888552dce03c6e37d /llvm | |
| parent | e8b518004424a13c04735d69d0d970bdf644764c (diff) | |
| download | bcm5719-llvm-b3864a0ce4dea3f0deb2b03d1fd0be0d7cae4dd7.tar.gz bcm5719-llvm-b3864a0ce4dea3f0deb2b03d1fd0be0d7cae4dd7.zip | |
To be replaced with another test.
llvm-svn: 27924
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/vec_zexts2v.ll | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/vec_zexts2v.ll b/llvm/test/Regression/CodeGen/X86/vec_zexts2v.ll deleted file mode 100644 index a2ff6c8b51d..00000000000 --- a/llvm/test/Regression/CodeGen/X86/vec_zexts2v.ll +++ /dev/null @@ -1,21 +0,0 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movss | wc -l | grep 2 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep xorps | wc -l | grep 1 - -void %test1(<4 x float>* %b, float %X) { - %tmp = insertelement <4 x float> zeroinitializer, float %X, uint 0 - %tmp1 = insertelement <4 x float> %tmp, float 0.000000e+00, uint 1 - %tmp2 = insertelement <4 x float> %tmp1, float 0.000000e+00, uint 2 - %tmp3 = insertelement <4 x float> %tmp2, float 0.000000e+00, uint 3 - store <4 x float> %tmp3, <4 x float>* %b - ret void -} - -void %test2(<4 x float>* %b, float %X, float %Y) { - %tmp2 = mul float %X, %Y - %tmp = insertelement <4 x float> zeroinitializer, float %tmp2, uint 0 - %tmp4 = insertelement <4 x float> %tmp, float 0.000000e+00, uint 1 - %tmp5 = insertelement <4 x float> %tmp4, float 0.000000e+00, uint 2 - %tmp6 = insertelement <4 x float> %tmp5, float 0.000000e+00, uint 3 - store <4 x float> %tmp6, <4 x float>* %b - ret void -} |

