<html>
    <head>
      <base href="https://bugs.llvm.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 - gvn tests failing"
   href="https://bugs.llvm.org/show_bug.cgi?id=33210">33210</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>gvn tests failing
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

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

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

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>matthias.krueger@famsik.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=18531" name="attach_18531" title="lit log of failing tests">attachment 18531</a> <a href="attachment.cgi?id=18531&action=edit" title="lit log of failing tests">[details]</a></span>
lit log of failing tests

llvm @ 4ca30c7c760d7653743dfb664c51e9f320d4a7b5 / 
git-svn-id: <a href="https://llvm.org/svn/llvm-project/llvm/trunk@304149">https://llvm.org/svn/llvm-project/llvm/trunk@304149</a>
91177308-0d34-0410-b5e6-96231b3b80d8


build setup:


cmake ../llvm -G "Ninja" \
        -DCMAKE_BUILD_TYPE=Release \
        -DLLVM_BINUTILS_INCDIR=/usr/include \
        -DCMAKE_C_FLAGS="-O3  -g0" \
        -DCMAKE_CXX_FLAGS="-O3  -g0" \
        -DLLVM_PARALLEL_LINK_JOBS=2 \
        -DLLVM_OPTIMIZED_TABLEGEN=1 \
        -DLLVM_ENABLE_LTO="Full" \
        -DCMAKE_AR="${rootDir}/stage_2/build/bin/llvm-ar" \
        -DCMAKE_RANLIB="${rootDir}/stage_2/build/bin/llvm-ranlib" \
        -DLLVM_USE_LINKER="${rootDir}/stage_2/build/bin/ld.lld" \
        -DLLVM_ENABLE_EXPENSIVE_CHECKS=1 \


Using a stage 2 optimized llvm/clang of the same commit for building.

These gvn tests were failing (check-all):

    LLVM :: Transforms/GVNHoist/ld_hoist_st_sink.ll
    LLVM :: Transforms/GVNSink/dither.ll
    LLVM :: Transforms/GVNSink/indirect-call.ll
    LLVM :: Transforms/GVNSink/sink-common-code.ll
    LLVM :: Transforms/GVNSink/struct.ll


Log attached.</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>