[PATCH] D33400: [mips] Add madd4 subtarget feature

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 05:35:52 PDT 2017


sdardis requested changes to this revision.
sdardis added a comment.
This revision now requires changes to proceed.

Rather than enabling the usage of 4 operand multiply accumulate instructions, we want to presume they're available by default if the ISA supports them. So rather than "HasMadd4", the logic we want is "DisableMadd4" which by default is false.


https://reviews.llvm.org/D33400





More information about the llvm-commits mailing list