[PATCH] D11630: [mips][microMIPS] Implement LLE and SCE instructions

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 07:10:39 PDT 2015


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM with a nit


================
Comment at: lib/Target/Mips/MicroMipsInstrFormats.td:660
@@ +659,3 @@
+  bits<5> rt;
+  bits<21> addr;
+
----------------
Assign parts to 'base' and 'offset' before using in Inst to make this self documenting.


http://reviews.llvm.org/D11630





More information about the llvm-commits mailing list