[LLVMdev] Label and jump support for ms-inline-assembly
Jim Grosbach
grosbach at apple.com
Fri Feb 1 14:21:35 PST 2013
On Feb 1, 2013, at 12:53 PM, Chad Rosier <mcrosier at apple.com> wrote:
>
> On Jan 31, 2013, at 1:54 PM, Allen Saunders <allenmsaunders at gmail.com> wrote:
>
>> Wondering if someone could tell me what would be involved to add support for jumps (within asm block, between asm blocks, and between C/C++ and asm blocks) for Microsoft inline assembly?
>
> I have this work in my queue, but I don't know when I'll be able to get to it. I think the first thing we want to support is jumps from asm-to-asm. Hopefully, C-to-asm and asm-to-C will just fall out from that. I haven't investigate, so I can't really give you an advice at the moment.
How are you planning to construct a meaningful CFG?
>
> If you have more specific questions I'd be happy to help.
>
>>
>> Is there a rough feel for where it is on the roadmap?
>
> Unfortunately, I could only provide a guesstimate. Sooner, rather than later.
>
> Chad
>
>> Thanks,
>> -Allen
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list