[PATCH] D15772: [mips] Macros for [d]div[u],[d]rem[u]

Srdjan Obucina via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 08:07:19 PST 2015


obucina created this revision.
obucina added reviewers: dsanders, zoran.jovanovic.
obucina added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

Add support for missing macros for [d]div[u],[d]rem[u]

http://reviews.llvm.org/D15772

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MipsInstrInfo.td
  test/MC/Mips/macro-ddiv.s
  test/MC/Mips/macro-ddivu.s
  test/MC/Mips/macro-div.s
  test/MC/Mips/macro-divu.s
  test/MC/Mips/macro-drem.s
  test/MC/Mips/macro-dremu.s
  test/MC/Mips/macro-rem.s
  test/MC/Mips/macro-remu.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15772.43607.patch
Type: text/x-patch
Size: 133878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151224/fdc01c78/attachment-0001.bin>


More information about the llvm-commits mailing list