[PATCH] D30708: [ARM] SMULW [T|B] DAG Combine

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 06:15:07 PST 2017


samparker updated this revision to Diff 91004.
samparker added a comment.

Hi Eli,

I've added a comment to isS16, slightly simplified the node selection and added a simplifyTop16 function for SMULWT. I've also added a couple of test for loading i16 values.

cheers,
sam


https://reviews.llvm.org/D30708

Files:
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/ARM/ARMInstrInfo.td
  lib/Target/ARM/ARMInstrThumb2.td
  test/CodeGen/ARM/smul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30708.91004.patch
Type: text/x-patch
Size: 16731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170308/0e3cd816/attachment.bin>


More information about the llvm-commits mailing list