<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 - memoryssa tests failing"
   href="https://bugs.llvm.org/show_bug.cgi?id=33209">33209</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>memoryssa 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>normal
          </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>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 memoryssa tests were failing (check-all):

    LLVM-Unit :: Analysis/AnalysisTests/MemorySSATest.MoveAStoreAllAround
    LLVM-Unit :: Analysis/AnalysisTests/MemorySSATest.MoveAStoreUpdater
    LLVM-Unit :: Analysis/AnalysisTests/MemorySSATest.MoveAStoreUpdaterMove
    LLVM-Unit ::
Analysis/AnalysisTests/MemorySSATest.PartialWalkerCacheWithPhis
    LLVM-Unit :: Analysis/AnalysisTests/MemorySSATest.RemoveAPhi
    LLVM-Unit :: Analysis/AnalysisTests/MemorySSATest.RemoveMemoryAccess
    LLVM :: Analysis/MemorySSA/cyclicphi.ll
    LLVM :: Analysis/MemorySSA/function-clobber.ll
    LLVM :: Analysis/MemorySSA/invariant-groups.ll
    LLVM :: Analysis/MemorySSA/many-dom-backedge.ll
    LLVM :: Analysis/MemorySSA/many-doms.ll
    LLVM :: Analysis/MemorySSA/multi-edges.ll
    LLVM :: Analysis/MemorySSA/multiple-backedges-hal.ll
    LLVM :: Analysis/MemorySSA/no-disconnected.ll
    LLVM :: Analysis/MemorySSA/phi-translation.ll</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>