switch lowering infinitely loops, chews memory. #1569
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
llvm:codegen
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.
The text was updated successfully, but these errors were encountered: