[PATCH] D73461: [VE] call isel with stack passing
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 03:56:26 PST 2020
simoll created this revision.
simoll added reviewers: arsenm, craig.topper, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, mgorny, wdng.
Herald added a project: LLVM.
Function calls and stack-passing of function arguments.
Custom lowering, isel patterns and tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73461
Files:
llvm/lib/Target/VE/CMakeLists.txt
llvm/lib/Target/VE/VECallingConv.td
llvm/lib/Target/VE/VEFrameLowering.cpp
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEISelLowering.h
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEMachineFunctionInfo.cpp
llvm/lib/Target/VE/VEMachineFunctionInfo.h
llvm/test/CodeGen/VE/call.ll
llvm/test/CodeGen/VE/callee.ll
llvm/test/CodeGen/VE/callstruct.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73461.240524.patch
Type: text/x-patch
Size: 31978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/52fd0bad/attachment.bin>
More information about the llvm-commits
mailing list