-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
| Bugzilla Link | 2139 |
| Resolution | FIXED |
| Resolved on | Mar 12, 2008 03:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | testcase .ll |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
Extended Description
$ llc testcase.bc
$ gcc -o testcase testcase.s
$ ./testcase
Aborted (core dumped)
Inspection of the .ll shows that it should not abort.
This seems to be because an sext is being emitted as a zext.
Reduced from a recent Ada testsuite failure.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla