<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - i965: Timeout in dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.5"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104271#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - i965: Timeout in dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.5"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104271">bug 104271</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>Oh, interesting.  Basically the entire time is spent in
fs_copy_prop_dataflow::run().  There are 2600 basic blocks and 5000 values. 
About 40% of them are constants, which could probably be handled separately to
avoid the dataflow costs (who cares what block it came from, it's an immediate,
you can just reconstruct it).  Not sure about undefined values.</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>