[llvm-bugs] [Bug 36324] New: Assertion `CountVarDIE && "DIE for count is not yet instantiated"`
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 9 11:25:18 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36324
Bug ID: 36324
Summary: Assertion `CountVarDIE && "DIE for count is not yet
instantiated"`
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: paul_robinson at playstation.sony.com
CC: llvm-bugs at lists.llvm.org
If I take the C source for test/DebugInfo/X86/vla-dependencies.ll
and compile it with -O2, I get the above assertion.
Presumably this is because the function with the VLA is being inlined
into another function, but I haven't investigated that.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180209/b6feca99/attachment.html>
More information about the llvm-bugs
mailing list