[PATCH] [mips] [IAS] Improve support for the LI/DLI pseudo-instructions.

Toma Tabacu toma.tabacu at imgtec.com
Wed Mar 25 07:52:04 PDT 2015


Hi dsanders,

Changed emission of two consecutive DSLL's of 16 into one DSLL32 of 0,
changed helper function to take the shift amount as an argument and to avoid emitting an ORi if the immediate is 0,
improved error reporting,
made the code clearer, rewrote some comments,
and rewrote a couple of tests.

http://reviews.llvm.org/D8607

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  test/MC/Mips/mips-expansions-bad.s
  test/MC/Mips/mips-expansions.s
  test/MC/Mips/mips64-expansions.s

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8607.22650.patch
Type: text/x-patch
Size: 34243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150325/a8a3d51f/attachment.bin>


More information about the llvm-commits mailing list