aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/dualstore.ll
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2012-12-05 19:32:03 +0000
committerJyotsna Verma <jverma@codeaurora.org>2012-12-05 19:32:03 +0000
commit61b632d9f7193938083d9e676766b48043d3ba5d (patch)
tree6e373891de5c07b8f07c38cd9f976e9497c87016 /test/CodeGen/Hexagon/dualstore.ll
parenta7e29c878cac1cc7e75959889dd841a16d764988 (diff)
downloadexternal_llvm-61b632d9f7193938083d9e676766b48043d3ba5d.zip
external_llvm-61b632d9f7193938083d9e676766b48043d3ba5d.tar.gz
external_llvm-61b632d9f7193938083d9e676766b48043d3ba5d.tar.bz2
Use multiclass to define store instructions with base+immediate offset
addressing mode and immediate stored value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon/dualstore.ll')
-rw-r--r--test/CodeGen/Hexagon/dualstore.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/dualstore.ll b/test/CodeGen/Hexagon/dualstore.ll
index 9b27dda..0674995 100644
--- a/test/CodeGen/Hexagon/dualstore.ll
+++ b/test/CodeGen/Hexagon/dualstore.ll
@@ -1,8 +1,8 @@
; RUN: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
; Check that we generate dual stores in one packet in V4
-; CHECK: memw(r{{[0-9]+}} + #{{[0-9]+}}) = r{{[0-9]+}}
-; CHECK-NEXT: memw(r{{[0-9]+}} + #{{[0-9]+}}) = r{{[0-9]+}}
+; CHECK: memw(r{{[0-9]+}}{{ *}}+{{ *}}#{{[0-9]+}}){{ *}}={{ *}}#100000
+; CHECK-NEXT: memw(r{{[0-9]+}}{{ *}}+{{ *}}#{{[0-9]+}}){{ *}}={{ *}}#500000
; CHECK-NEXT: }
@Reg = global i32 0, align 4