-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| 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
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla