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

Andrew Wygle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 21:54:41 PDT 2017


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

Fixed up the patch and bumped the calling convention version number to avoid conflict with new AMDGPU calling convention.

Sorry for the errors.


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.98582.patch
Type: text/x-patch
Size: 34044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170511/289e1170/attachment.bin>


More information about the llvm-commits mailing list