[PATCH] D19712: [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 01:21:36 PDT 2016


dsanders created this revision.
dsanders added a reviewer: sdardis.
dsanders added a subscriber: llvm-commits.
Herald added subscribers: sdardis, dsanders.

* Moved all the emit*() helpers to MipsTargetStreamer.
* Moved createNop() to MipsTargetStreamer as emitNop() and emitEmptyDelaySlot().
  This instruction has been split to distinguish between the 'nop' instruction
  and the nop used in delay slots which is sometimes a different nop to the
  'nop' instruction (e.g. for short delay slots on microMIPS).
* Moved createAddu() to MipsTargetStreamer as emitAddu().
* Moved createAppropriateDSLL() to MipsTargetStreamer as emitDSLL().

http://reviews.llvm.org/D19712

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  lib/Target/Mips/MipsTargetStreamer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19712.55544.patch
Type: text/x-patch
Size: 49480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/1b42adb9/attachment.bin>


More information about the llvm-commits mailing list