<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 - Assertion `*PtrListEnd == nullptr && "End of list is not null?"' failed. with "opt -disable-basicaa -alias-set-saturation-threshold=2 -licm""
   href="https://bugs.llvm.org/show_bug.cgi?id=38513">38513</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Assertion `*PtrListEnd == nullptr && "End of list is not null?"' failed. with "opt -disable-basicaa -alias-set-saturation-threshold=2 -licm"
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>mikael.holmen@ericsson.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Running
 opt -disable-basicaa -alias-set-saturation-threshold=2 -licm -S -o -
bbi-16767.ll

yields
opt: ../lib/Analysis/AliasSetTracker.cpp:156: void
llvm::AliasSet::addPointer(llvm::AliasSetTracker &, llvm::AliasSet::PointerRec
&, LocationSize, const llvm::AAMDNodes &, bool): Assertion `*PtrListEnd ==
nullptr && "End of list is not null?"' failed.
Stack dump:
0.      Program arguments: /data/repo/llvm-patch/build-all/bin/opt
-disable-basicaa -alias-set-saturation-threshold=2 -licm -S -o - bbi-16767.ll 
1.      Running pass 'Function Pass Manager' on module 'bbi-16767.ll'.
2.      Running pass 'Loop Pass Manager' on function '@f1'
3.      Running pass 'Loop Invariant Code Motion' on basic block '%bb1'
#0 0x0000000002087e54 PrintStackTraceSignalHandler(void*)
(/data/repo/llvm-patch/build-all/bin/opt+0x2087e54)
#1 0x0000000002085fb0 llvm::sys::RunSignalHandlers()
(/data/repo/llvm-patch/build-all/bin/opt+0x2085fb0)
#2 0x00000000020881b8 SignalHandler(int)
(/data/repo/llvm-patch/build-all/bin/opt+0x20881b8)
#3 0x00007efee9415330 __restore_rt
(/lib/x86_64-linux-gnu/libpthread.so.0+0x10330)
#4 0x00007efee8004c37 gsignal
/build/eglibc-ripdx6/eglibc-2.19/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:56:0
#5 0x00007efee8008028 abort
/build/eglibc-ripdx6/eglibc-2.19/stdlib/abort.c:91:0
#6 0x00007efee7ffdbf6 __assert_fail_base
/build/eglibc-ripdx6/eglibc-2.19/assert/assert.c:92:0
#7 0x00007efee7ffdca2 (/lib/x86_64-linux-gnu/libc.so.6+0x2fca2)
#8 0x000000000148c16e llvm::AliasSet::addPointer(llvm::AliasSetTracker&,
llvm::AliasSet::PointerRec&, unsigned long, llvm::AAMDNodes const&, bool)
(/data/repo/llvm-patch/build-all/bin/opt+0x148c16e)
#9 0x000000000148d0ef
llvm::AliasSetTracker::getAliasSetForPointer(llvm::Value*, unsigned long,
llvm::AAMDNodes const&) (/data/repo/llvm-patch/build-all/bin/opt+0x148d0ef)
#10 0x000000000148d8e7 llvm::AliasSetTracker::add(llvm::StoreInst*)
(/data/repo/llvm-patch/build-all/bin/opt+0x148d8e7)
#11 0x000000000148e018 llvm::AliasSetTracker::add(llvm::BasicBlock&)
(/data/repo/llvm-patch/build-all/bin/opt+0x148e018)
#12 0x0000000001e98a6b (anonymous
namespace)::LoopInvariantCodeMotion::runOnLoop(llvm::Loop*, llvm::AAResults*,
llvm::LoopInfo*, llvm::DominatorTree*, llvm::TargetLibraryInfo*,
llvm::TargetTransformInfo*, llvm::ScalarEvolution*, llvm::MemorySSA*,
llvm::OptimizationRemarkEmitter*, bool)
(/data/repo/llvm-patch/build-all/bin/opt+0x1e98a6b)
#13 0x0000000001ea2139 (anonymous
namespace)::LegacyLICMPass::runOnLoop(llvm::Loop*, llvm::LPPassManager&)
(/data/repo/llvm-patch/build-all/bin/opt+0x1ea2139)
#14 0x0000000001592f84 llvm::LPPassManager::runOnFunction(llvm::Function&)
(/data/repo/llvm-patch/build-all/bin/opt+0x1592f84)
#15 0x0000000001af9383 llvm::FPPassManager::runOnFunction(llvm::Function&)
(/data/repo/llvm-patch/build-all/bin/opt+0x1af9383)
#16 0x0000000001af9598 llvm::FPPassManager::runOnModule(llvm::Module&)
(/data/repo/llvm-patch/build-all/bin/opt+0x1af9598)
#17 0x0000000001af9a4a llvm::legacy::PassManagerImpl::run(llvm::Module&)
(/data/repo/llvm-patch/build-all/bin/opt+0x1af9a4a)
#18 0x00000000007556e4 main (/data/repo/llvm-patch/build-all/bin/opt+0x7556e4)
#19 0x00007efee7feff45 __libc_start_main
/build/eglibc-ripdx6/eglibc-2.19/csu/libc-start.c:321:0
#20 0x000000000073de2d _start
(/data/repo/llvm-patch/build-all/bin/opt+0x73de2d)
Abort

We're not using -disable-basicaa -alias-set-saturation-threshold=2 normally,
found this running random flags on random input.</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>