<html>
    <head>
      <base href="https://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 --- - Fix CodeGen/AVR/high-pressure-on-ptrregs.ll"
   href="https://llvm.org/bugs/show_bug.cgi?id=31328">31328</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix CodeGen/AVR/high-pressure-on-ptrregs.ll
          </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>MacOS X
          </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>Backend: AVR
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>dylanmckay34@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This test fails on my local machine (MacOS X) but it passed on the buildbot.

Output:

Assertion failed: (!hasInterval(Reg) && "Interval already exists!"), function
createEmptyInterval, file
/Users/dylan/projects/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h,
line 126.
0  libLLVMSupport.dylib     0x0000000105df0095
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 101
1  libLLVMSupport.dylib     0x0000000105df06d9
PrintStackTraceSignalHandler(void*) + 25
2  libLLVMSupport.dylib     0x0000000105dec6d9 llvm::sys::RunSignalHandlers() +
425
3  libLLVMSupport.dylib     0x0000000105df0b02 SignalHandler(int) + 354
4  libsystem_platform.dylib 0x00007fff8a71a52a _sigtramp + 26
Stack dump:
0.      Program arguments: ./llc -o /dev/stdout
/Users/dylan/projects/llvm-project/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll
-march=avr
1.      Running pass 'Function Pass Manager' on module
'/Users/dylan/projects/llvm-project/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll'.
2.      Running pass 'Greedy Register Allocator' on function '@loop'</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>