[PATCH] D12279: [mips][microMIPS] Implement ADDIUR1SP, ADDIUR2, ADDIUS5 and ADDIUSP instructions

Zlatko Buljan via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 10:31:06 PDT 2015


zbuljan added a comment.

The code which adds new decoder table is placed in this patch, http://reviews.llvm.org/D12279, together with implementation of ADDIUR1SP, ADDIUR2, ADDIUS5 and ADDIUSP instructions so I it can be commited alone.

The patch http://reviews.llvm.org/D11181 also contained code for decoder table in its first version but is updated (code for decoder table is removed) after revision and you accepted it. Also dependancy is added so it now depends on patch http://reviews.llvm.org/D12279 and will be commited after it.

In my opinion it is safe to firstly commit patch http://reviews.llvm.org/D12279 and then http://reviews.llvm.org/D11181.


http://reviews.llvm.org/D12279





More information about the llvm-commits mailing list