aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/05-MemRegStores.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:09:35 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:09:35 +0000
commit720e3b00b869950bdc09ad065d92174772903da0 (patch)
tree02285bcad3481a030202fb2b5b47df7cb6b32905 /test/CodeGen/SystemZ/05-MemRegStores.ll
parent078e007c07b76ee871fa5dc9e8f8b17199766b41 (diff)
downloadexternal_llvm-720e3b00b869950bdc09ad065d92174772903da0.zip
external_llvm-720e3b00b869950bdc09ad065d92174772903da0.tar.gz
external_llvm-720e3b00b869950bdc09ad065d92174772903da0.tar.bz2
Add support for 12 bit displacements
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/05-MemRegStores.ll')
-rw-r--r--test/CodeGen/SystemZ/05-MemRegStores.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/05-MemRegStores.ll b/test/CodeGen/SystemZ/05-MemRegStores.ll
index 1d86df8..4849711 100644
--- a/test/CodeGen/SystemZ/05-MemRegStores.ll
+++ b/test/CodeGen/SystemZ/05-MemRegStores.ll
@@ -1,8 +1,8 @@
; RUN: llvm-as < %s | llc | not grep aghi
; RUN: llvm-as < %s | llc | grep stg | count 1
-; RUN: llvm-as < %s | llc | grep sty | count 2
-; RUN: llvm-as < %s | llc | grep sthy | count 2
-; RUN: llvm-as < %s | llc | grep stcy | count 2
+; RUN: llvm-as < %s | llc | grep st | count 8
+; RUN: llvm-as < %s | llc | grep sth | count 2
+; RUN: llvm-as < %s | llc | grep stc | count 2
target datalayout = "E-p:64:64:64-i1:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128"
target triple = "s390x-unknown-linux-gnu"