bolt/deps/llvm-18.1.8/clang/test/CodeGen/SystemZ/mbackchain-4.c
2025-02-14 19:21:04 +01:00

12 lines
294 B
C

// REQUIRES: systemz-registered-target
// RUN: %clang --target=s390x-linux -O1 -S -o - %s | FileCheck %s
__attribute__((target("backchain")))
void *foo(void) {
return __builtin_return_address(1);
}
// CHECK-LABEL: foo:
// CHECK: lg %r1, 0(%r15)
// CHECK: lg %r2, 112(%r1)
// CHECK: br %r14