[PATCH] D117318: [WIP][RISCV][GlobalISel] Add lowerReturn for calling conv

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 03:54:05 PST 2022


lewis-revill updated this revision to Diff 403203.
lewis-revill edited the summary of this revision.
lewis-revill added a comment.
Herald added a subscriber: pcwang-thead.

Don't reinvent existing generic functions; instead introduce an `OutgoingValueAssigner` to allow us to call `determineAndHandleAssignments`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117318/new/

https://reviews.llvm.org/D117318

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117318.403203.patch
Type: text/x-patch
Size: 18132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/1292f285/attachment.bin>


More information about the llvm-commits mailing list