From 720e3b00b869950bdc09ad065d92174772903da0 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:09:35 +0000 Subject: Add support for 12 bit displacements git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75988 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/05-MemRegStores.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/SystemZ/05-MemRegStores.ll') 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" -- cgit v1.1