[all-commits] [llvm/llvm-project] 5aa3af: [M68k][GlobalISel] Implement lowerCall based on M6...
Sheng via All-commits
all-commits at lists.llvm.org
Mon Feb 7 18:19:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5aa3af3fcb014145ab315090bd3cbea00bea0038
https://github.com/llvm/llvm-project/commit/5aa3af3fcb014145ab315090bd3cbea00bea0038
Author: Sheng <ox59616e at gmail.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp
M llvm/lib/Target/M68k/GISel/M68kCallLowering.h
A llvm/test/CodeGen/M68k/GlobalISel/irtranslator-call.ll
A llvm/test/CodeGen/M68k/GlobalISel/irtranslator-pic.ll
Log Message:
-----------
[M68k][GlobalISel] Implement lowerCall based on M68k calling convention
This patch implements CallLowering::lowerCall based on M68k calling
convention and adds M68kOutgoingValueHandler and CallReturnHandler to
handle argument passing and returned value.
More information about the All-commits
mailing list