<div dir="ltr">It looks like there are some instructions that exist purely to trick the assembler parser into allowing either GR32 or GR64 to match GAS behavior. These instructions are then excluded in the disassembler since they have the same encodings. I can mark them AsmParserOnly in the td file to remove it from the disassembler, but it seems like we really should have the assembler generate the same internal instruction with either instruction. Is there a good way to do this or do I need to add custom checks to the parser itself?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 10:08 AM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com" target="_blank">clattner@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
On Oct 8, 2013, at 10:28 PM, Craig Topper <<a href="mailto:craig.topper@gmail.com">craig.topper@gmail.com</a>> wrote:<br>
<br>
> I don't know yet if we can get rid of them completely, but I'm certainly going to try. If I can't, I think a bit in the td files is a good idea.<br>
<br>
</div>Makes sense, thanks for working on this!<br>
<span class="HOEnZb"><font color="#888888"><br>
-Chris<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>~Craig
</div>