[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 14 06:17:08 PDT 2015


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

Responded to reviewers comments.


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.32151.patch
Type: text/x-patch
Size: 25795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150814/18289a33/attachment.bin>


More information about the llvm-commits mailing list