<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:qcolombet@apple.com" title="Quentin Colombet <qcolombet@apple.com>"> <span class="fn">Quentin Colombet</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Shrink wrapping breaks llgo on X86-64"
   href="https://llvm.org/bugs/show_bug.cgi?id=26107">bug 26107</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>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Shrink wrapping breaks llgo on X86-64"
   href="https://llvm.org/bugs/show_bug.cgi?id=26107#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Shrink wrapping breaks llgo on X86-64"
   href="https://llvm.org/bugs/show_bug.cgi?id=26107">bug 26107</a>
              from <span class="vcard"><a class="email" href="mailto:qcolombet@apple.com" title="Quentin Colombet <qcolombet@apple.com>"> <span class="fn">Quentin Colombet</span></a>
</span></b>
        <pre>I have disabled shrink-wrapping for functions that have the split-stack
attribute or the HiPE calling convention in revision 258221.

The targeting of both callbacks is not ready to handle a prologue block that is
not the entry block of the function. Fixing that is probably easy (we need to
insert the new blocks right in front of the prologue instead of the begin of
the function and patch the predecessors of the prologue block to adjust the
jump to the new block) but I don’t have time to do it right now.</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>