<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">> Ok, that makes sense.  So then is the purpose of marking instructions as</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">> deprecated to warn people who are hand writing assembly code?</span><br>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif">Yes, or as part of a disassembler.</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 14 August 2013 17:57, Tom Stellard <span dir="ltr"><<a href="mailto:tom@stellard.net" target="_blank">tom@stellard.net</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">On Wed, Aug 14, 2013 at 05:35:47PM +0100, Tim Northover wrote:<br>
> Hi Tom,<br>
><br>
> > Does deprecating an instruction mean the hardware doesn't support it or<br>
> > does it mean the hardware supports it, but the compiler does not?<br>
><br>
> Possibly neither. I think in this context it means that ARM has given<br>
> warning that future versions of the architecture may/will not support<br>
> the instruction. The compiler probably will still assemble it, and may<br>
> even still emit it (though probably shouldn't when compiling for v8).<br>
><br>
<br>
</div>Ok, that makes sense.  So then is the purpose of marking instructions as<br>
deprecated to warn people who are hand writing assembly code?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Tom<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>