[llvm-bugs] [Bug 31085] New: AVR Assertion error: Offset is out of range
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 21 01:43:21 PST 2016
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: unassignedbugs at nondot.org
Reporter: dylanmckay34 at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161121/5ff67aed/attachment.html>
More information about the llvm-bugs
mailing list