Skip to content

lli -force-interpreter=true crash at APInt::operator== #1665

@llvmbot

Description

@llvmbot
Bugzilla Link 1293
Resolution FIXED
Resolved on Feb 22, 2010 12:52
Version trunk
OS Linux
Attachments bytecode crashing the interpreter
Reporter LLVM Bugzilla Contributor

Extended Description

$ lli -force-interpreter=true ./apint.bc
lli: lib/Support/APInt.cpp:491: bool llvm::APInt::operator==(const
llvm::APInt&) const: Assertion `BitWidth == RHS.BitWidth && "Comparison
requires equal bit widths"' failed.

I couldn't get bugpoint to reduce the testcase, so I'm attaching
the compressed bytecode in all its massiveness.

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