[PATCH] D13885: [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SEL.fmt, SELEQZ.fmt, SELNEQZ.fmt and CLASS.fmt

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 01:54:56 PST 2015


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

LGTM with a possible nit


================
Comment at: lib/Target/Mips/MicroMips32r6InstrInfo.td:1166
@@ +1165,3 @@
+                   ISA_MICROMIPS32R6;
+def RECIP_D_MMR6 : StdMMR6Rel, RECIP_D_MMR6_ENC, RECIP_D_MMR6_DESC, ISA_MICROMIPS32R6;
+def RINT_S_MMR6 : StdMMR6Rel, RINT_S_MMR6_ENC, RINT_S_MMR6_DESC,
----------------
80 cols? It looks long but I haven't counted.


http://reviews.llvm.org/D13885





More information about the llvm-commits mailing list