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

Simon Dardis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 04:56:06 PDT 2017


sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.

The new define also requires a test in test/Preprocessor/init.c - test that by default the new define isn't present, and in some case, when supplied with the -mno-madd4 that it is present.

LGTM with that change.


https://reviews.llvm.org/D33401





More information about the cfe-commits mailing list