[llvm-dev] Disassembler decoding conflict
Josh Sharp via llvm-dev
llvm-dev at lists.llvm.org
Mon Apr 1 16:48:29 PDT 2019
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
Decoding Conflict:
00000...........
................
ADDI 00000___________
ADDI_clone 00000___________
What is the proper way to solve this conflict?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190401/312bd879/attachment.html>
More information about the llvm-dev
mailing list