New test case.

llvm-svn: 36455
This commit is contained in:
Evan Cheng 2007-04-26 00:07:36 +00:00
parent 0be6fc5fd7
commit 9f12bc480b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
define <2 x i64> @test(<2 x i64> %a, <2 x i64> %b) {
entry:
%tmp9 = add <2 x i64> %b, %a ; <<2 x i64>> [#uses=1]
ret <2 x i64> %tmp9
}