https://llvm.org/bugs/show_bug.cgi?id=31085
Bug ID: 31085 Summary: AVR Assertion error: Offset is out of range Product: libraries Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P Component: Target Description Classes Assignee: unassignedb...@nondot.org Reporter: dylanmcka...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified 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 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs