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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 11:11:51 PST 2017


samparker created this revision.
Herald added subscribers: rengolin, aemerson.

Splitting SMULWB and SMULWT instruction selection changes from https://reviews.llvm.org/D30044 into separate patch. ISel has been moved from DAGToDAG into combine and so the related SMLAWB and SMLAWT instructions can be selected in tablegen. The helper functions have been removed from the original patch too.


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30708.90891.patch
Type: text/x-patch
Size: 14944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/6099532b/attachment.bin>


More information about the llvm-commits mailing list