]> granicus.if.org Git - clang/commit
Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmt
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 7 Jun 2017 18:57:56 +0000 (18:57 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Wed, 7 Jun 2017 18:57:56 +0000 (18:57 +0000)
commit4cd85d1519bd9a074ec5c74484b1e935b26d2a30
tree25fe2960c7a7bfab3efaeeef704f1d5b81636483
parentefaec8fb6c752ab8eeefd22623d27f74e0686f23
Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmt

Revert r304929 since the test broke buildbots.

Original commit:

  [mips] Add runtime options to enable/disable madd.fmt and msub.fmt

  Add options to clang: -mmadd4 and -mno-madd4, use it to enable or disable
  generation of madd.fmt and similar instructions respectively, as per GCC.

  Patch by Stefan Maksimovic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304935 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Driver/ToolChains/Arch/Mips.cpp
test/CodeGen/mips-madd4.c
test/Preprocessor/init.c