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

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 02:36:44 PDT 2015


zbuljan added a comment.

Patch http://reviews.llvm.org/D9189 implements microMIPS(R3) instructions while this patch implements R6.
These microMIPSR6 instructions LH, LHE, LHU and LHUE are identical to the microMIPS(R3) equivalents (opcodes are the same).
It seems that R6 implementation of these instructions will not be needed (only tests for microMIPS32R6 and microMIPS64R6).


http://reviews.llvm.org/D9824





More information about the llvm-commits mailing list