<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - 4.0 Regression in llvm.powi.f64 lowering on ARM"
   href="https://llvm.org/bugs/show_bug.cgi?id=30543">bug 30543</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - 4.0 Regression in llvm.powi.f64 lowering on ARM"
   href="https://llvm.org/bugs/show_bug.cgi?id=30543#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - 4.0 Regression in llvm.powi.f64 lowering on ARM"
   href="https://llvm.org/bugs/show_bug.cgi?id=30543">bug 30543</a>
              from <span class="vcard"><a class="email" href="mailto:compnerd@compnerd.org" title="Saleem Abdulrasool <compnerd@compnerd.org>"> <span class="fn">Saleem Abdulrasool</span></a>
</span></b>
        <pre>The front end needs to ensure that the declarations are marked with the correct
calling convention.  The built in should be marked as aapcscc.  This is a
frontend bug.  You are changing calling conventions across the definition and
the implementation.</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>