| | | | --- | --- | | Bugzilla Link | [11105](https://llvm.org/bz11105) | | Resolution | FIXED | | Resolved on | Oct 11, 2011 08:12 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.ll](https://user-images.githubusercontent.com/60944935/143744052-1ad5079d-c60f-4eed-8eef-813b8eba2937.gz) | | 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.