summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-20 16:31:26 +0000
committerDan Gohman <gohman@apple.com>2007-07-20 16:31:26 +0000
commit9bc5dce98d5607b2661e7233378e294a6dec1b78 (patch)
treed3de144e9980e8654fff6a244fa4c8e1f89c16fb /test
parent6ad5fde5d01e0c8c23b928583d2fb9489b1b5a36 (diff)
downloadllvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.gz
llvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.bz2
llvm-9bc5dce98d5607b2661e7233378e294a6dec1b78.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/sse-align-10.ll2
-rw-r--r--test/CodeGen/X86/sse-align-5.ll2
-rw-r--r--test/CodeGen/X86/sse-align-6.ll2
-rw-r--r--test/CodeGen/X86/sse-align-7.ll2
-rw-r--r--test/CodeGen/X86/sse-align-8.ll2
-rw-r--r--test/CodeGen/X86/vec_call.ll2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/X86/sse-align-10.ll b/test/CodeGen/X86/sse-align-10.ll
index e94c090794..6f2ffc495f 100644
--- a/test/CodeGen/X86/sse-align-10.ll
+++ b/test/CodeGen/X86/sse-align-10.ll
@@ -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)
{
diff --git a/test/CodeGen/X86/sse-align-5.ll b/test/CodeGen/X86/sse-align-5.ll
index 48c568b22f..de08d13369 100644
--- a/test/CodeGen/X86/sse-align-5.ll
+++ b/test/CodeGen/X86/sse-align-5.ll
@@ -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)
{
diff --git a/test/CodeGen/X86/sse-align-6.ll b/test/CodeGen/X86/sse-align-6.ll
index 9b1b781642..90729684cb 100644
--- a/test/CodeGen/X86/sse-align-6.ll
+++ b/test/CodeGen/X86/sse-align-6.ll
@@ -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)
{
diff --git a/test/CodeGen/X86/sse-align-7.ll b/test/CodeGen/X86/sse-align-7.ll
index 04b013cea5..d1762e0e2d 100644
--- a/test/CodeGen/X86/sse-align-7.ll
+++ b/test/CodeGen/X86/sse-align-7.ll
@@ -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)
{
diff --git a/test/CodeGen/X86/sse-align-8.ll b/test/CodeGen/X86/sse-align-8.ll
index 14fc76ce94..f9d18145e9 100644
--- a/test/CodeGen/X86/sse-align-8.ll
+++ b/test/CodeGen/X86/sse-align-8.ll
@@ -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)
{
diff --git a/test/CodeGen/X86/vec_call.ll b/test/CodeGen/X86/vec_call.ll
index 990f20ffc9..9531539b1e 100644
--- a/test/CodeGen/X86/vec_call.ll
+++ b/test/CodeGen/X86/vec_call.ll
@@ -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>) )