<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I've compiled high level to IR and I want to get the original source code (Not to generate high level code) of a given IR function or part of function like a loop for example.</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div class="BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="PlainText">Regards,<br>
Marwa Yusuf<br>
Teaching Assistant - Computer Engineering Department<br>
Faculty of Engineering - Benha University<br>
E-JUST PhD Student<br>
Computer Science & Engineering Dept.</div>
</span></font></div>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> John Criswell <jtcriswel@gmail.com><br>
<b>Sent:</b> Wednesday, March 16, 2016 4:00 PM<br>
<b>To:</b> marwayusuf@feng.bu.edu.eg; llvm-dev@lists.llvm.org<br>
<b>Subject:</b> Re: [llvm-dev] Getting the original high-level code</font>
<div> </div>
</div>
<div>
<div class="moz-cite-prefix">On 3/15/16 9:22 AM, <a class="moz-txt-link-abbreviated" href="mailto:marwayusuf@feng.bu.edu.eg">
marwayusuf@feng.bu.edu.eg</a> via llvm-dev wrote:<br>
</div>
<blockquote type="cite">
<meta content="text/html;
        charset=iso-8859-1">
<div id="divtagdefaultwrapper">
<p>Dear All</p>
<p>Is there is a way I can get the original hogh level code (e.g c++ code) of an IR function within MCJIT?</p>
</div>
</blockquote>
<br>
You might want to specify the context.  Are you compiling high level code to LLVM IR to MachineInstr to MC and then wanting to map an MC instruction back to a source level instruction?  Or are you disassembling a binary program to the MC IR and then wanting
 to reconstruct the source code?<br>
<br>
The answer to your question depends on which of these you are trying to do.<br>
<br>
Regards,<br>
<br>
John Criswell<br>
<br>
<blockquote type="cite">
<div id="divtagdefaultwrapper">
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper">
<div class="BodyFragment"><span>
<div class="PlainText">Regards,<br>
Marwa Yusuf<br>
Teaching Assistant - Computer Engineering Department<br>
Faculty of Engineering - Benha University<br>
E-JUST PhD Student<br>
Computer Science & Engineering Dept.</div>
</span></div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
<a class="moz-txt-link-freetext" href="http://www.cs.rochester.edu/u/criswell">http://www.cs.rochester.edu/u/criswell</a></pre>
</div>
</div>
</div>
</body>
</html>