aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-26 00:31:09 +0000
committerDan Gohman <gohman@apple.com>2007-07-26 00:31:09 +0000
commitd3283832aa4a4df96194157bc3e368c43569dde2 (patch)
tree37ee1a9b4b41b583a432215d61185169a4c398fd /test
parentfebc7e3613007a159943917734baa35cc1b1411d (diff)
downloadexternal_llvm-d3283832aa4a4df96194157bc3e368c43569dde2.zip
external_llvm-d3283832aa4a4df96194157bc3e368c43569dde2.tar.gz
external_llvm-d3283832aa4a4df96194157bc3e368c43569dde2.tar.bz2
Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the
x86 target, replacing them with the new alignment attributes on memory references. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vec_shuffle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle.ll b/test/CodeGen/X86/vec_shuffle.ll
index d06efa5..16ce3da 100644
--- a/test/CodeGen/X86/vec_shuffle.ll
+++ b/test/CodeGen/X86/vec_shuffle.ll
@@ -1,6 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -o %t -f
; RUN: grep shufp %t | wc -l | grep 1
-; RUN: grep movups %t | wc -l | grep 1
+; RUN: grep movupd %t | wc -l | grep 1
; RUN: grep pshufhw %t | wc -l | grep 1
void %test_v4sf(<4 x float>* %P, float %X, float %Y) {