[PATCH] D69808: [RISCV GlobalISel] Add lowerReturn for calling conv.

weiwei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 09:51:11 PST 2019


wwei created this revision.
wwei added reviewers: asb, lenary, dsanders, Petar.Avramovic, luismarques, lewis-revill, simoncook, edward-jones, rogfer01, s.egerton.
wwei added a project: LLVM.
Herald added subscribers: llvm-commits, sameer.abuasal, pzheng, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, zzheng, MaskRay, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, apazos, johnrusso, rbar, hiraditya, rovka.

Add minimal support to lower return, and introduce an outgoing ValueHandler for returns.
Support return values with integer, pointer and aggregate types.


Repository:
  rL LLVM

https://reviews.llvm.org/D69808

Files:
  llvm/lib/Target/RISCV/RISCVCallLowering.cpp
  llvm/lib/Target/RISCV/RISCVCallLowering.h
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/GlobalISel/irtranslator-calllowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69808.227729.patch
Type: text/x-patch
Size: 15473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/93f6c40b/attachment-0001.bin>


More information about the llvm-commits mailing list