[PATCH] [Mips][Assembler]Enable multiple and add instructions for mips64 target

Vladimir Medic Vladimir.Medic at imgtec.com
Thu Feb 19 04:06:31 PST 2015


Hi dsanders,

Multiple and add instructions for Mips have been defined to request mips32r2 platform, although they are request on mips64, which makes them available for mips4 and mips5 as well. Assembly of those instructions currently reports error for mips64platforms. This patch fixes the requested features and updates the corresponding test files.

http://reviews.llvm.org/D7749

Files:
  lib/Target/Mips/MipsInstrFPU.td
  test/CodeGen/Mips/fmadd1.ll
  test/MC/Mips/mips4/invalid-mips64r2.s
  test/MC/Mips/mips4/valid-xfail.s
  test/MC/Mips/mips4/valid.s
  test/MC/Mips/mips5/invalid-mips64r2.s
  test/MC/Mips/mips5/valid-xfail.s
  test/MC/Mips/mips5/valid.s
  test/MC/Mips/mips64/invalid-mips64r2.s
  test/MC/Mips/mips64/valid-xfail.s
  test/MC/Mips/mips64/valid.s
  test/MC/Mips/mips64r2/valid-xfail.s

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7749.20275.patch
Type: text/x-patch
Size: 25330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150219/f7873158/attachment.bin>


More information about the llvm-commits mailing list