[PATCH] D11798: [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 07:39:19 PDT 2016


sdardis accepted this revision.
sdardis added a comment.

LGTM with one simple change. jalrc cannot have $rt == $rs, so add it to the existing cases in MipsAsmParser::checkTargetMatchPredicate and add an invalid test for it.


http://reviews.llvm.org/D11798





More information about the llvm-commits mailing list