[PATCH] D19164: [mips][ias] Stream macro expansions to output instead of buffering them. NFC.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 09:39:37 PDT 2016


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

This will allows us to eliminate some magic numbers from the offset operand of
branch instructions in favour of symbols and makes it possible to avoid
double-filling delay slots when clang is given -save-temps.

parseDirectiveCpRestore() is calling isIntegratedAssemblerRequired() for the
moment since correctly pushing the generation of these instructions into the
ELF target streamer is tricky enough to warrant a separate patch.

http://reviews.llvm.org/D19164

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: D19164.53904.patch
Type: text/x-patch
Size: 69561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/998b1da8/attachment.bin>


More information about the llvm-commits mailing list