<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 --- - AVR Assertion error: Offset is out of range"
   href="https://llvm.org/bugs/show_bug.cgi?id=31085">31085</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AVR Assertion error: Offset is out of range
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </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>Target Description Classes
          </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>The generic `CodeGen/Generic/2003-05-28-ManyArgs.ll` test fails on AVR due to
an assertion error.


Assertion failed: (isUInt<6>(MI.getOperand(1).getImm()) && "Offset is out of
range"), function fixStackStores, file
/Users/dylan/projects/llvm-project/llvm/lib/Target/AVR/AVRFrameLowering.cpp,
line 341.
0  libLLVMSupport.dylib     0x000000010b6ac595
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 101
1  libLLVMSupport.dylib     0x000000010b6acb19
PrintStackTraceSignalHandler(void*) + 25
2  libLLVMSupport.dylib     0x000000010b6a97b9 llvm::sys::RunSignalHandlers() +
425
3  libLLVMSupport.dylib     0x000000010b6ace52 SignalHandler(int) + 354
4  libsystem_platform.dylib 0x00007fff934bf52a _sigtramp + 26
Stack dump:
0.      Program arguments: llc
1.      Running pass 'Function Pass Manager' on module '<stdin>'.
2.      Running pass 'Prologue/Epilogue Insertion & Frame Finalization' on
function '@main'
/Users/dylan/projects/builds/llvm/test/CodeGen/Generic/Output/2003-05-28-ManyArgs.ll.script:
line 1:  4396 Abort trap: 6           llc <
/Users/dylan/projects/llvm-project/llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.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>