Skip to content

switch lowering infinitely loops, chews memory. #1569

@llvmbot

Description

@llvmbot
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 bugzillacompile-failUse [accepts-invalid] and [rejects-valid] insteadllvm:codegen

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions