<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i965/fs: copy propagate should propagate bitwise not into logic operations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89970">bug 89970</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;">Summary</td>
           <td>i965/fs CSE should copy propagate into logic operations with signed arguments
           </td>
           <td>i965/fs: copy propagate should propagate bitwise not into logic operations
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i965/fs: copy propagate should propagate bitwise not into logic operations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89970#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i965/fs: copy propagate should propagate bitwise not into logic operations"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89970">bug 89970</a>
              from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
        <pre>Okay, talked to idr. The problem seems to be that the not(8) in his example
can't be propagated into the and(8) because the types are signed...? I don't
see any code in brw_fs_copy_propagate.cpp to handle this, so I don't think it's
related to the argument types.

But yeah, we should be propagating NOT into logic operations.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>