<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:justin.holewinski@gmail.com" title="Justin Holewinski <justin.holewinski@gmail.com>"> <span class="fn">Justin Holewinski</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - NVPTX generates PTX that prevent the driver to use certain instructions"
   href="http://llvm.org/bugs/show_bug.cgi?id=16334">bug 16334</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 - NVPTX generates PTX that prevent the driver to use certain instructions"
   href="http://llvm.org/bugs/show_bug.cgi?id=16334#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - NVPTX generates PTX that prevent the driver to use certain instructions"
   href="http://llvm.org/bugs/show_bug.cgi?id=16334">bug 16334</a>
              from <span class="vcard"><a class="email" href="mailto:justin.holewinski@gmail.com" title="Justin Holewinski <justin.holewinski@gmail.com>"> <span class="fn">Justin Holewinski</span></a>
</span></b>
        <pre>No, the constant folding is happening (post-PTX).  You can see an add of
constant 0x4000 (16384).  The issue here is that the address arithmetic is now
being done with 64-bit types.  This is why you see many more integer arithmetic
ops (64-bit arithmetic using 32-bit instructions), and why ISCADD is not
sufficient here.  Unfortunately this is a consequence of using a 64-bit address
space.

I'm closing this out as I don't see any actionable items here.  Please feel
free to re-open if you see anything.</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>