Skip to content

miscompilation by basicaa #2429

@llvmbot

Description

@llvmbot
Bugzilla Link 2057
Resolution FIXED
Resolved on Feb 19, 2008 00:47
Version unspecified
OS Linux
Attachments testcase .ll
Reporter LLVM Bugzilla Contributor

Extended Description

Some recent change introduced a problem with licm.

$ llvm-as testcase.ll
$ llc testcase.bc
$ gcc -o testcase testcase.s
$ ./testcase
$ opt -licm testcase.bc > badcase.bc
$ llc badcase.bc
$ gcc -o badcase badcase.s
$ ./badcase
Aborted (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions