<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<div class="moz-cite-prefix">On 4/1/19 6:48 PM, Josh Sharp via llvm-dev wrote:<br>
</div>
<blockquote type="cite" cite="mid:MN2PR13MB2960BD7032D65C6B690D4B30F1550@MN2PR13MB2960.namprd13.prod.outlook.com">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
<div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
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
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
<span>Decoding Conflict:<br>
</span>
<div> 00000...........<br>
</div>
<div> ................<br>
</div>
<div>ADDI 00000___________<br>
</div>
<div>ADDI_clone 00000___________</div>
<div><br>
</div>
<div><br>
</div>
<div>What is the proper way to solve this conflict?</div>
</div>
</blockquote>
<p><br>
</p>
<p>Should your ADDI_clone be marked with isCodeGenOnly = 1 - if you're only using it for specialized code generation, then this is the right solution.</p>
<p><br>
</p>
<p> -Hal<br>
</p>
<p><br>
</p>
<blockquote type="cite" cite="mid:MN2PR13MB2960BD7032D65C6B690D4B30F1550@MN2PR13MB2960.namprd13.prod.outlook.com">
<div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0);">
<div><br>
</div>
<div>Thanks.<br>
</div>
<span></span><br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">-- 
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory</pre>
</body>
</html>