[PATCH] [RFC] Deprecated feature in TableGen

James Molloy james at jamesmolloy.co.uk
Wed Aug 14 10:00:19 PDT 2013


> Ok, that makes sense.  So then is the purpose of marking instructions as
> deprecated to warn people who are hand writing assembly code?

Yes, or as part of a disassembler.


On 14 August 2013 17:57, Tom Stellard <tom at stellard.net> wrote:

> On Wed, Aug 14, 2013 at 05:35:47PM +0100, Tim Northover wrote:
> > Hi Tom,
> >
> > > Does deprecating an instruction mean the hardware doesn't support it or
> > > does it mean the hardware supports it, but the compiler does not?
> >
> > Possibly neither. I think in this context it means that ARM has given
> > warning that future versions of the architecture may/will not support
> > the instruction. The compiler probably will still assemble it, and may
> > even still emit it (though probably shouldn't when compiling for v8).
> >
>
> Ok, that makes sense.  So then is the purpose of marking instructions as
> deprecated to warn people who are hand writing assembly code?
>
> -Tom
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130814/e364963c/attachment.html>


More information about the llvm-commits mailing list