[PATCH] D38537: [mips] Implement .set dspr2 directive

Miloš Stojanović via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 04:05:03 PDT 2017


mstojanovic created this revision.
Herald added a subscriber: arichardson.

Implement .set dspr2 directive with appropriate feature bits. This directive is a counterpart of -mattr=dspr2 command line option with the exception that it does not influence elf header flags.


https://reviews.llvm.org/D38537

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  lib/Target/Mips/MipsTargetStreamer.h
  test/MC/Mips/mips_directives.s
  test/MC/Mips/module-directive-bad.s
  test/MC/Mips/set-nodsp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38537.117656.patch
Type: text/x-patch
Size: 4797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171004/1ece95b9/attachment.bin>


More information about the llvm-commits mailing list