[PATCH] D120148: [SystemZ/z/OS] Add va intrinsics for XPLINK
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 10:41:06 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.
Add support for va intrinsics for the XPLINK ABI.
Only the extended vararg variant, which uses a pointer to next
argument, is supported. The standard variant will build on this.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120148
Files:
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/SystemZ/SystemZISelLowering.h
llvm/test/CodeGen/SystemZ/call-zos-vararg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120148.409974.patch
Type: text/x-patch
Size: 4165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/c2245a00/attachment.bin>
More information about the llvm-commits
mailing list