[PATCH] D119732: [SystemZ/z/OS] Add XPLINK dynamic stack allocation
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 09:12:53 PST 2022
Kai created this revision.
Kai added reviewers: uweigand, jnspaulsson, yusra.syeda, Everybody0523.
Herald added a subscriber: hiraditya.
Kai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
With XPLINK, dynamic stack allocations requires calling
a runtime function, which allocates the stack memory,
moves the register save area, and returns the new
stack pointer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119732
Files:
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/SystemZ/SystemZISelLowering.h
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/test/CodeGen/SystemZ/zos-prologue-epilog.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119732.408447.patch
Type: text/x-patch
Size: 8758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/97a716d0/attachment.bin>
More information about the llvm-commits
mailing list