<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 - opt crashes with "opt -inline -sroa -lcssa -loop-rotate -instcombine -jump-threading": Assertion `PN->use_empty() && "Trying to remove a phi with uses."' failed"
   href="https://bugs.llvm.org/show_bug.cgi?id=36244">36244</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>opt crashes with "opt -inline -sroa -lcssa -loop-rotate -instcombine -jump-threading": Assertion `PN->use_empty() && "Trying to remove a phi with uses."' failed
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Scalar Optimizations
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>su@cs.ucdavis.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Tested with trunk revision 324265. 


$ clangpolly -v
clang version 7.0.0 (<a href="http://llvm.org/git/clang.git">http://llvm.org/git/clang.git</a>
9658e036b90bc92b86c96a213d89fe87475701db) (llvm/trunk 324265)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/su/bin
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/4.9.4
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/5
Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/5.3.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4.7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7.3
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8.5
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.4
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/5.3.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.2.0
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Candidate multilib: x32;@mx32
Selected multilib: .;@m64

$ clangpolly -O3 -mllvm -disable-llvm-optzns -c -emit-llvm -o small.bc small.c
$ optpolly -inline -sroa -lcssa -loop-rotate -instcombine -jump-threading -o
small-opt.bc small.bc
optpolly: /home/su/software/tmp/polly/llvm/lib/Transforms/Utils/LCSSA.cpp:226:
bool llvm::formLCSSAForInstructions(llvm::SmallVectorImpl<llvm::Instruction*>&,
llvm::DominatorTree&, llvm::LoopInfo&): Assertion `PN->use_empty() && "Trying
to remove a phi with uses."' failed.
LLVMSymbolizer: error reading file: No such file or directory
#0 0x00000000020a618a (optpolly+0x20a618a)
#1 0x00000000020a433e (optpolly+0x20a433e)
#2 0x00000000020a44a0 (optpolly+0x20a44a0)
#3 0x00007f7100043330 __restore_rt
(/lib/x86_64-linux-gnu/libpthread.so.0+0x10330)
#4 0x00007f70fee2bc37 gsignal
/build/eglibc-SvCtMH/eglibc-2.19/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:56:0
#5 0x00007f70fee2f028 abort
/build/eglibc-SvCtMH/eglibc-2.19/stdlib/abort.c:91:0
#6 0x00007f70fee24bf6 __assert_fail_base
/build/eglibc-SvCtMH/eglibc-2.19/assert/assert.c:92:0
#7 0x00007f70fee24ca2 (/lib/x86_64-linux-gnu/libc.so.6+0x2fca2)
#8 0x0000000002108f85 (optpolly+0x2108f85)
#9 0x0000000002109625 (optpolly+0x2109625)
#10 0x00000000021099df (optpolly+0x21099df)
#11 0x00000000021099c5 (optpolly+0x21099c5)
#12 0x00000000021099c5 (optpolly+0x21099c5)
#13 0x00000000021099c5 (optpolly+0x21099c5)
#14 0x00000000021099c5 (optpolly+0x21099c5)
#15 0x000000000210a055 (optpolly+0x210a055)
#16 0x0000000001b975eb (optpolly+0x1b975eb)
#17 0x00000000015ff5e6 (optpolly+0x15ff5e6)
#18 0x0000000001b982fa (optpolly+0x1b982fa)
#19 0x00000000008c5785 (optpolly+0x8c5785)
#20 0x00007f70fee16f45 __libc_start_main
/build/eglibc-SvCtMH/eglibc-2.19/csu/libc-start.c:321:0
#21 0x0000000000939486 (optpolly+0x939486)
Stack dump:
0.      Program arguments: optpolly -inline -sroa -lcssa -loop-rotate
-instcombine -jump-threading -o small-opt.bc small.bc 
1.      Running pass 'CallGraph Pass Manager' on module 'small.bc'.
2.      Running pass 'Loop-Closed SSA Form Pass' on function '@main'
Aborted (core dumped)



--------------------------------


int a, b, c, d, e, f, g, i, j;
volatile int h;

void fn1 ()
{
  int l = 0, m;
  for (j = 0; j < 1;)
    {
      int n = 1;
      if (n)
        {
        L:
          while (f)
            m++;
          if (a)
            goto L;
          l++;
          if (l)
            break;
          if (d)
            goto L;
        }
      if (b || e)
        if (!c)
          goto L;
      if ((i || i) && g)
        {
          int p;
          if (i)
            continue;
          goto L;
        }
      h;
    }
}

int main ()
{
  fn1 (); 
  return 0; 
}</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>