[PATCH] D9824: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 08:13:54 PDT 2015


zbuljan added a comment.

Unnecessary implementation of LH, LHE, LHU and LHUE instructions is removed.
Implementation of mem_simm16gpr operand with operand check using PredicateMethod is left in patch.
Operands are tested with invalid tests.

Is it ok to commit?


http://reviews.llvm.org/D9824





More information about the llvm-commits mailing list