<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wrong code at -Os and above on x86_64-linux-gnu in 32-bit mode"
   href="https://llvm.org/bugs/show_bug.cgi?id=21295">bug 21295</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 - wrong code at -Os and above on x86_64-linux-gnu in 32-bit mode"
   href="https://llvm.org/bugs/show_bug.cgi?id=21295#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - wrong code at -Os and above on x86_64-linux-gnu in 32-bit mode"
   href="https://llvm.org/bugs/show_bug.cgi?id=21295">bug 21295</a>
              from <span class="vcard"><a class="email" href="mailto:spatel+llvm@rotateright.com" title="Sanjay Patel <spatel+llvm@rotateright.com>"> <span class="fn">Sanjay Patel</span></a>
</span></b>
        <pre>As of r233582, this looks fixed. The code near the end that used to be wrong is
now correct:

    movb    $-1, %cl
    movb    $1, %ch
    movb    %cl, %al
LBB0_3:                                 ## %fn1.exit
    movl    L_b$non_lazy_ptr, %edx
    movb    %cl, 12(%edx)
    movb    %ch, 12(%edx)</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>