[PATCH] D11675: [mips] Added support for the div, divu, ddiv and ddivu macros using traps and breaks in the integrated assembler.

Scott Egerton via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 02:50:27 PDT 2015


s.egerton updated this revision to Diff 33406.
s.egerton marked 9 inline comments as done.
s.egerton added a comment.

Responded to reviewer comments. Made a few minor changes to emit functions to account for changes on the trunk. Also fixed last upload which accidentally removed a significant amount of code.


http://reviews.llvm.org/D11675

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/Mips.td
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsSubtarget.cpp
  lib/Target/Mips/MipsSubtarget.h
  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: D11675.33406.patch
Type: text/x-patch
Size: 28139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150828/2329b394/attachment.bin>


More information about the llvm-commits mailing list