[PATCH] Add support for ARM modified immediate syntax

Mihail Popa mihail.popa at gmail.com
Thu Aug 15 03:30:51 PDT 2013


The plan is to detect at disassembly time which immediates
have multiple representations and choose between ri and rii versions
based on that.


On Thu, Aug 15, 2013 at 11:27 AM, Tim Northover <t.p.northover at gmail.com>wrote:

> > regarding disassembly - I can add that in, it's rather simple.
>
> Could I ask what your plans are there? Simply allowing these "rii"
> instructions to take part in disassembly would be problematic, since
> we don't want *every* immediate to print as "#a, #b". That's almost as
> bad as distinct instructions printing identically.
>
> Don't worry about explaining everything if the patch is going to come
> along shortly though, I'm quite happy to wait and see.
>
> > Having that, may I commit as first step in the incremental solution?
>
> Yes.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130815/c92d8c42/attachment.html>


More information about the llvm-commits mailing list