[PATCH] D29069: [MSP430] Add SRet support to MSP430 target

Andrew Wygle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 14:15:18 PST 2017


awygle updated this revision to Diff 85630.
awygle added a comment.

Updated patch to correctly backfill registers when "holes" are created by 64-bit arguments (EABI section 3.3.4) and to split 32-bit arguments when only one free register remains (EABI section 3.3.3)


https://reviews.llvm.org/D29069

Files:
  lib/Target/MSP430/MSP430CallingConv.td
  lib/Target/MSP430/MSP430ISelLowering.cpp
  lib/Target/MSP430/MSP430ISelLowering.h
  lib/Target/MSP430/MSP430MachineFunctionInfo.h
  test/CodeGen/MSP430/AddrMode-bis-rx.ll
  test/CodeGen/MSP430/AddrMode-bis-xr.ll
  test/CodeGen/MSP430/AddrMode-mov-rx.ll
  test/CodeGen/MSP430/AddrMode-mov-xr.ll
  test/CodeGen/MSP430/Inst16mr.ll
  test/CodeGen/MSP430/Inst16ri.ll
  test/CodeGen/MSP430/Inst16rm.ll
  test/CodeGen/MSP430/Inst16rr.ll
  test/CodeGen/MSP430/Inst8mr.ll
  test/CodeGen/MSP430/Inst8ri.ll
  test/CodeGen/MSP430/Inst8rm.ll
  test/CodeGen/MSP430/Inst8rr.ll
  test/CodeGen/MSP430/bit.ll
  test/CodeGen/MSP430/byval.ll
  test/CodeGen/MSP430/cc_args.ll
  test/CodeGen/MSP430/cc_ret.ll
  test/CodeGen/MSP430/indirectbr2.ll
  test/CodeGen/MSP430/jumptable.ll
  test/CodeGen/MSP430/memset.ll
  test/CodeGen/MSP430/setcc.ll
  test/CodeGen/MSP430/struct-return.ll
  test/CodeGen/MSP430/vararg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29069.85630.patch
Type: text/x-patch
Size: 36340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/1485e63a/attachment.bin>


More information about the llvm-commits mailing list