[PATCH] D33401: [mips] Add runtime options to enable/disable generation of madd.fmt, msub.fmt

Stefan Maksimovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 03:19:16 PDT 2017


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

Added options to clang are -mmadd4 and -mno-madd4, used to enable or disable generation
of madd.fmt and similar instructions respectively, as per GCC.


https://reviews.llvm.org/D33401

Files:
  include/clang/Driver/Options.td
  lib/Driver/ToolChains/Arch/Mips.cpp
  test/CodeGen/mips-madd4.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33401.99735.patch
Type: text/x-patch
Size: 4155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170522/17f9d0ef/attachment-0001.bin>


More information about the cfe-commits mailing list