[PATCH] D30044: [ARM] Enable SMLAL[B|T] instruction selection

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 02:51:02 PST 2017


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

Now use ComputeNumSignBits for bottom 16-bit checking, after checking for the special case of sra, and renamed the function appropriately.


https://reviews.llvm.org/D30044

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
  lib/Target/ARM/ARMPatternHelpers.cpp
  lib/Target/ARM/ARMPatternHelpers.h
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/ARM/longMAC.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30044.89096.patch
Type: text/x-patch
Size: 30710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170220/236ce6db/attachment.bin>


More information about the llvm-commits mailing list