<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - i965/fs CSE should copy propagate into logic operations with signed arguments"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89970">89970</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>i965/fs CSE should copy propagate into logic operations with signed arguments
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>idr@freedesktop.org
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>With some other Boolean and gl_FrontFacing work that I'm doing, I've noticed
that occasionally something like

not(8)          g37<1>D         g29<8,8,1>D                     { align1 1Q
compacted };
and(8)          g38<1>D         g37<8,8,1>D     0x3f800000UD    { align1 1Q };

is generated.  Instead, this should be

and(8)          g38<1>UD        -g29<8,8,1>UD   0x3f800000UD    { align1 1Q };

I'm submitting a bug so that I don't forget about this.</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>