I have an ADDI instruction and an ADDI_Clone instruction which is just a special case of ADDI. The 2 have the same opcode. During generation of XXXGenDisassemblerTables.inc, I get this message
You can set the DecoderMethod field of both instructions to point to a C++ decode function (in Disassembler.cpp), which can then do whatever you need to do to disambiguate between the two instructions. DecodeCPSInstruction in the ARM backend looks like a good example of this.
I have an ADDI instruction and an ADDI_Clone instruction which is just a special case of ADDI. The 2 have the same opcode. During generation of XXXGenDisassemblerTables.inc, I get this message