summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-06-24 23:33:04 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-06-24 23:33:04 +0000
commit78d1e952014fd0ed58528ad3a65639d6b6d1077e (patch)
treeef178aaa7358f9e0ad13496685a906907a53343b /test/CodeGen
parente572ec68d261d37faeb7129d1b3fdb68c4f8d6be (diff)
downloadllvm-78d1e952014fd0ed58528ad3a65639d6b6d1077e.tar.gz
llvm-78d1e952014fd0ed58528ad3a65639d6b6d1077e.tar.bz2
llvm-78d1e952014fd0ed58528ad3a65639d6b6d1077e.tar.xz
R600: Promote i64 stores to v2i32
Now we need only one 64-bit pattern for stores. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/R600/store.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/R600/store.ll b/test/CodeGen/R600/store.ll
index c0c8ccc15a..dd275338d7 100644
--- a/test/CodeGen/R600/store.ll
+++ b/test/CodeGen/R600/store.ll
@@ -263,8 +263,7 @@ entry:
; CM-CHECK: LDS_WRITE
; CM-CHECK: LDS_WRITE
; SI-CHECK-LABEL: @store_local_v2i32
-; SI-CHECK: DS_WRITE_B32
-; SI-CHECK: DS_WRITE_B32
+; SI-CHECK: DS_WRITE_B64
define void @store_local_v2i32(<2 x i32> addrspace(3)* %out, <2 x i32> %in) {
entry:
store <2 x i32> %in, <2 x i32> addrspace(3)* %out