Skip to content

Apparent miscompilation with -loop-index-split -loop-rotate -loop-reduce #3461

@llvmbot

Description

@llvmbot
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzillainvalidResolved as invalid, i.e. not a bugloopoptim

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions