Skip to content

Assertion in MachineFrameInfo::getObjectOffset() when emitting debug info #11477

@llvmbot

Description

@llvmbot
Bugzilla Link 11105
Resolution FIXED
Resolved on Oct 11, 2011 08:12
Version trunk
OS Linux
Attachments bugpoint-reduced-simplified.ll
Reporter LLVM Bugzilla Contributor

Extended Description

Running llc at -O1 or above with the attached testcase results in the following assertion:

llc: /homelocal/richard/llvm_svn/include/llvm/CodeGen/MachineFrameInfo.h:378: int64_t llvm::MachineFrameInfo::getObjectOffset(int) const: Assertion `unsigned(ObjectIdx+NumFixedObjects) < Objects.size() && "Invalid Object Idx!"' failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions