<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [ARM] instrumentation code injection has user visible side-effects"
   href="http://llvm.org/bugs/show_bug.cgi?id=19317">bug 19317</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>INVALID
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [ARM] instrumentation code injection has user visible side-effects"
   href="http://llvm.org/bugs/show_bug.cgi?id=19317#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - [ARM] instrumentation code injection has user visible side-effects"
   href="http://llvm.org/bugs/show_bug.cgi?id=19317">bug 19317</a>
              from <span class="vcard"><a class="email" href="mailto:renato.golin@linaro.org" title="Renato Golin <renato.golin@linaro.org>"> <span class="fn">Renato Golin</span></a>
</span></b>
        <pre>I get it now. The point here is not the inline assembly mess up, but the
profiling on ARM. Yes, the inline asm is broken, but the profiler mcount should
preserve R0~R3, at least according to this document:

<a href="http://doc.ironwoodlabs.com/arm-arm-none-eabi/html/getting-started/arm-mcount.html">http://doc.ironwoodlabs.com/arm-arm-none-eabi/html/getting-started/arm-mcount.html</a>

Maybe we need to call __gnu_mcount_nc on ARM on gnueabi mode?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>