Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps

for everything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2007-07-20 16:31:26 +00:00
parent 6ad5fde5d0
commit 9bc5dce98d
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqu | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | wc -l | grep 1
define <2 x i64> @bar(<2 x i64>* %p)
{

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | wc -l | grep 1
define <2 x i64> @bar(<2 x i64>* %p)
{

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqu | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | wc -l | grep 1
define <2 x i64> @bar(<2 x i64>* %p, <2 x i64> %x)
{

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | wc -l | grep 1
define void @bar(<2 x i64>* %p, <2 x i64> %x)
{

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqu | wc -l | grep 1
; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | wc -l | grep 1
define void @bar(<2 x i64>* %p, <2 x i64> %x)
{

View File

@ -1,7 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
; RUN: grep {subl.*60}
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
; RUN: grep {movdqa.*32}
; RUN: grep {movaps.*32}
void %test() {
tail call void %xx( int 1, int 2, int 3, int 4, int 5, int 6, int 7, <2 x long> cast (<4 x int> < int 4, int 3, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 7, int 6, int 5 > to <2 x long>), <2 x long> cast (<4 x int> < int 6, int 4, int 2, int 0 > to <2 x long>), <2 x long> cast (<4 x int> < int 8, int 4, int 2, int 1 > to <2 x long>), <2 x long> cast (<4 x int> < int 0, int 1, int 3, int 9 > to <2 x long>) )