[PATCH] D35500: [Sparc] Added software multiplication/division feature

Eric Kedaigle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 12:34:30 PDT 2017


ekedaigle created this revision.
Herald added a subscriber: jyknight.

Added a feature to the Sparc back-end that replaces the integer multiply and
divide instructions with calls to .mul/.sdiv/.udiv. This is a step towards
having full v7 support.


https://reviews.llvm.org/D35500

Files:
  lib/Target/Sparc/Sparc.td
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/Sparc/SparcInstrInfo.td
  lib/Target/Sparc/SparcSubtarget.h
  test/CodeGen/SPARC/soft-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35500.106919.patch
Type: text/x-patch
Size: 4585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/d957ebff/attachment.bin>


More information about the llvm-commits mailing list