<p><br>
On May 3, 2013 2:51 AM, "xiaoyaollvm" <<a href="mailto:xiaoyaollvm@126.com">xiaoyaollvm@126.com</a>> wrote:<br>
><br>
> Hi all,<br>
> I have the file which is assemble, I want to convert it to IR.<br>
> Are there some tools to do this in LLVM?<br>
> Thanks,<br>
> Yao<br>
><br>
Can you attach the .s file you have?<br>
I am working on a decompiler that will have an "output llvm ir". The real question is what are you going to do with the ir once you have it.<br>
As mine is a decompiler, i am focusing on making the output as humanly readable as possible. If you only need the ir in a state that llvm can work with, but not necessary easy to read, then llvm-qemu is likely to suit.<br>

I ask for you to attach your .s so that i can see how close my decompiler is to working with it.<br>
My decompiler is open source on github "libbeauty"<br>
</p>