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

Andrew Wygle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 30 00:23:04 PDT 2017


awygle created this revision.

Updates the MSP430 target to generate EABI-compatible libcall names. As a byproduct, adjusts the hardware multiplier options available in the MSP430 target, adds support for promotion of the ISD::MUL operation for 8-bit integers, and correctly marks R11 as used by call instructions.


https://reviews.llvm.org/D32676

Files:
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/Target/MSP430/MSP430ISelLowering.cpp
  lib/Target/MSP430/MSP430InstrInfo.td
  lib/Target/MSP430/MSP430RegisterInfo.cpp
  test/CodeGen/MSP430/jumptable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32676.97214.patch
Type: text/x-patch
Size: 14686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170430/4a2d09ec/attachment.bin>


More information about the llvm-commits mailing list