<html>
    <head>
      <base href="http://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 --- - llc 3.3rc1 fails to compile attached ll file"
   href="http://llvm.org/bugs/show_bug.cgi?id=16011">16011</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llc 3.3rc1 fails to compile attached ll file
          </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>babslachem@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=10512" name="attach_10512" title="ll file to reproduce problem">attachment 10512</a> <a href="attachment.cgi?id=10512&action=edit" title="ll file to reproduce problem">[details]</a></span>
ll file to reproduce problem

When I run llc 3.3rc1 on ARM on attached file it fails when processing debug
info as follows:

llc: /home/deldon/Work/llvm/3.3rc1/sources/lib/CodeGen/LexicalScopes.cpp:191:
llvm::LexicalScope* llvm::LexicalScopes::getOrCreateAbstractScope(const
llvm::MDNode*): Assertion `N && "Invalid Scope encoding!"' failed.
Stack dump:
0.    Program arguments: /home/deldon/Work/llvm/3.3rc1/bin.arm/bin/llc
./core_list_join.llvm -march=arm -mcpu=cortex-a9 -mattr=+neon,-vmlx-forwarding
-float-abi=soft -o ./core_list_join.s -debug 
1.    Running pass 'Function Pass Manager' on module './core_list_join.llvm'.
2.    Running pass 'Debug Variable Analysis' on function '@core_bench_list'</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>