From 711d5b68e07a24c07ff2f514b32fe526c065791f Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 13:47:59 +0000 Subject: Add address computation stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75935 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/05-LoadAddr.ll | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/CodeGen/SystemZ/05-LoadAddr.ll (limited to 'test/CodeGen/SystemZ') diff --git a/test/CodeGen/SystemZ/05-LoadAddr.ll b/test/CodeGen/SystemZ/05-LoadAddr.ll new file mode 100644 index 0000000000..90f01c1d49 --- /dev/null +++ b/test/CodeGen/SystemZ/05-LoadAddr.ll @@ -0,0 +1,12 @@ + + + .text + .align 4 + .globl foo + .type foo,@function +foo: +.BB1_0: # entry + sllg %r1, %r3, 3 + lay %r2, 8(%r1,%r2) + br %r14 + .size foo, .-foo -- cgit v1.2.3-70-g09d2