-
Couldn't load subscription status.
- Fork 15k
Closed
Labels
Description
| 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.