[PATCH] D32676: [MSP430] Generate EABI-compliant libcalls

Andrew Wygle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 23:39:32 PDT 2017


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

Updated to add support for the compiler helper function API, allowing use of mspabi libcalls which take two 64-bit operands.


https://reviews.llvm.org/D32676

Files:
  include/llvm/IR/CallingConv.h
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/Target/MSP430/MSP430ISelLowering.cpp
  lib/Target/MSP430/MSP430InstrInfo.td
  lib/Target/MSP430/MSP430RegisterInfo.cpp
  test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
  test/CodeGen/MSP430/hwmult16.ll
  test/CodeGen/MSP430/hwmult32.ll
  test/CodeGen/MSP430/hwmultf5.ll
  test/CodeGen/MSP430/jumptable.ll
  test/CodeGen/MSP430/libcalls.ll
  test/CodeGen/MSP430/promote-i8-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32676.97399.patch
Type: text/x-patch
Size: 34138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170502/ac829870/attachment.bin>


More information about the llvm-commits mailing list