[PATCH] [mips][microMIPSr6] Implement disassembler support

Daniel Sanders daniel.sanders at imgtec.com
Tue Mar 24 04:27:42 PDT 2015


================
Comment at: lib/Target/Mips/Disassembler/MipsDisassembler.cpp:34-35
@@ -33,3 +33,4 @@
 class MipsDisassembler : public MCDisassembler {
   bool IsMicroMips;
+  bool IsMicroMips32r6;
   bool IsBigEndian;
----------------
I'd prefer not to cache flag values from MCSubtargetInfo. Could you do this the way hasMips32r6() does it instead?

I'd appreciate it if you could switch IsMicroMips to that style too (in a separate patch)

http://reviews.llvm.org/D8490

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list