<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <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
cite="mid:AM3PR01MB11050B622E441A6C6BE0B38FBB890@AM3PR01MB1105.eurprd01.prod.exchangelabs.com"
      type="cite">
      <meta http-equiv="Context-Type" 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
cite="mid:AM3PR01MB11050B622E441A6C6BE0B38FBB890@AM3PR01MB1105.eurprd01.prod.exchangelabs.com"
      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 wrap="">_______________________________________________
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>
  </body>
</html>