-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillainvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bugloopoptim
Description
| Bugzilla Link | 3089 |
| Resolution | INVALID |
| Resolved on | Oct 08, 2010 10:20 |
| Version | 2.4 |
| OS | Linux |
| Attachments | Test case |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
I believe the attached bitcode is miscompiled with "opt -loop-index-split -loop-rotate -loop-reduce bugpoint-tooptimize.bc" (bugpointed).
While I do not know for certain that the code is correct, it seems to run without segfaulting with almost any llvm options, including all the default -O levels. It also is production code used by lots of different people (usually compiled with gcc). However compiling with the mentioned passes causes the code to segfault. Architecture is amd64.
Please tell me if you need more information (source code, the whole program, whatever).
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillainvalidResolved as invalid, i.e. not a bugResolved as invalid, i.e. not a bugloopoptim