<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - test-suite/MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.execution_time fails for KNL target starting from r289653"
   href="https://llvm.org/bugs/show_bug.cgi?id=31515">31515</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test-suite/MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.execution_time fails for KNL target starting from r289653
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Backend: X86
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>elad2.cohen@intel.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>test-suite/MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.execution_time
fails for KNL target.
I ran a 'git bisect' and pinned down commit 289653.

A diff on the test artifacts after and before the commit shows the following
changes in MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/jcdctmgr.s:

before:
vpandn    %ymm0, %ymm1, %ymm0

after:
.LCPI2_0:
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
    .short    1                       # 0x1
...
vmovdqa    .LCPI2_0(%rip), %ymm9   # ymm9 = [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
...
vpxor    %ymm9, %ymm1, %ymm1
vpand    %ymm0, %ymm1, %ymm0


Looks like  r289653 creates a XOR with [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]
instead of "allones" in this specific case.

I'm working on uploading a fix.</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>