https://bugs.llvm.org/show_bug.cgi?id=40386
Bug ID: 40386
Summary: Crash on cyclic struct
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llc
Assignee: unassignedb...@nondot.org
Reporter: lamm...@in.tum.de
CC: llvm-bugs@lists.llvm.org
Created attachment 21357
--> https://bugs.llvm.org/attachment.cgi?id=21357&action=edit
ll file to trigger bug
llc core-dumps when a cyclic struct is used. Expectation would be to get a
well-defined error message.
Reproduction of bug:
> llc -O0 cyclic_type.ll
[...]
Stack dump:
0. Program arguments: llc -O0 cyclic_type.ll
1. Running pass 'Function Pass Manager' on module
'cyclic_type.ll'.
2. Running pass 'X86 DAG->DAG Instruction Selection' on function '
@f'
Floating point exception (core dumped)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs