[PATCH] D16888: [mips] Addition of a third operand to the instructions [d]div, [d]divu

Srdjan Obucina via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 06:11:45 PDT 2016


obucina updated this revision to Diff 52042.
obucina added a comment.
Herald added a subscriber: sdardis.

We fixed indentation and we added predicates to the MipsInstAlias's.
This led to changes in the macro-div-bad.s, macro-divu-bad.s, macro-ddiv-bad.s and macro-ddivu-bad.s test cases.


http://reviews.llvm.org/D16888

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16888.52042.patch
Type: text/x-patch
Size: 19985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/9ffe42f7/attachment-0001.bin>


More information about the llvm-commits mailing list