Displaying 2 results from an estimated 2 matches for "36779ef6".
Did you mean:
367796
2014 May 17
2
[LLVMdev] Associate IR instruction with corresponding assembly
Hi,
Is there a way to associate LLVM IR instructions with the instructions they
finally generate in the assembly file emitted by LLC? I need to track the
PC's corresponding to certain IR level instructions for ARM.
One way to do this is to tag an IR instruction with a special flag and pass
that flag onto the Machine IR created by LLC and then onto Machine Code. It
would be helpful if I could
2014 May 18
3
[LLVMdev] Associate IR instruction with corresponding assembly
...uctions
> with IR instructions. This may or may not be what you want.
>
> Tobias
>
--
Shruti Padmanabha
University of Michigan, Ann Arbor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140518/36779ef6/attachment.html>