[PATCH] D36061: [MSP430] Implement multiplication by a constant

Vadzim Dambrouski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 17:52:54 PDT 2017


pftbest updated this revision to Diff 111444.
pftbest added a comment.

Fixed an issue with i8 not being promoted to i16 in case we fall back
to libcall.

Added more tests.


https://reviews.llvm.org/D36061

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/MSP430/MSP430ISelLowering.cpp
  lib/Target/MSP430/MSP430ISelLowering.h
  lib/Target/Mips/MipsSEISelLowering.cpp
  test/CodeGen/MSP430/jumptable.ll
  test/CodeGen/MSP430/mul-by-constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36061.111444.patch
Type: text/x-patch
Size: 11893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170817/3b09b163/attachment.bin>


More information about the llvm-commits mailing list