llvm-6502/test/CodeGen/SystemZ/05-LoadAddr.ll

13 lines
139 B
LLVM
Raw Normal View History

.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