Changes in directory llvm/test/Regression/CodeGen/X86:

vec_return.ll added (r1.1)
---
Log message:

New testcase


---
Diffs of the changes:  (+5 -0)

 vec_return.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Regression/CodeGen/X86/vec_return.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/vec_return.ll:1.1
*** /dev/null   Mon Apr 17 15:32:37 2006
--- llvm/test/Regression/CodeGen/X86/vec_return.ll      Mon Apr 17 15:32:27 2006
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
+ 
+ <2 x double> %test() {
+       ret <2 x double> <double 0.0, double 0.0>
+ }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to