<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:t.scheller@samsung.com" title="Tilmann Scheller <t.scheller@samsung.com>"> <span class="fn">Tilmann Scheller</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Code generation problem on ARM (integer comparison)"
   href="http://llvm.org/bugs/show_bug.cgi?id=17013">bug 17013</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;">CC</td>
           <td>
                
           </td>
           <td>t.scheller@samsung.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Code generation problem on ARM (integer comparison)"
   href="http://llvm.org/bugs/show_bug.cgi?id=17013#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - Code generation problem on ARM (integer comparison)"
   href="http://llvm.org/bugs/show_bug.cgi?id=17013">bug 17013</a>
              from <span class="vcard"><a class="email" href="mailto:t.scheller@samsung.com" title="Tilmann Scheller <t.scheller@samsung.com>"> <span class="fn">Tilmann Scheller</span></a>
</span></b>
        <pre>With LLVM r212795 we get the following code:

_Z8signbit16intvec:                     @ @_Z8signbit16intvec
        .fnstart
.Leh_func_begin1:
@ BB#0:                                 @ %entry
        mov     r12, #65536
        and     r12, r12, r2, lsr #15
        mov     r2, #16777216
        and     r2, r2, r3, lsr #7
        orr     r0, r12, r0, lsr #31
        mov     r3, #256
        and     r1, r3, r1, lsr #23
        orr     r0, r0, r2
        orr     r0, r0, r1
        bx      lr

The generated machine code is correct, so it looks like the bug has been fixed
already.</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>