-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadUse [accepts-invalid] and [rejects-valid] insteadllvm:codegen
Description
| Bugzilla Link | 1197 |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.9 |
| OS | All |
| Attachments | [bytecode obtained by compiling gcchttps://user-images.githubusercontent.com/60944935/143736866-416634fd-b471-4691-b179-dd378ee95df1.gz), bugpoint reduced bytecode |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
Extended Description
The following llvm bytecode file causes llc
to eat up all memory on my machine then die.
To reproduce, run as follows:
llc exp_attr.bc
This is not x86 specific, since
llc -march=ppc32 exp_attr.bc
also uses up vast (maybe infinite) amounts
of memory. However the C backend works ok.
I'll attach the bytecode file in a second.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadUse [accepts-invalid] and [rejects-valid] insteadllvm:codegen