[llvm-bugs] [Bug 26073] New: [WinEH] optimizing functions can cause assertions when writing obj or asm
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 8 01:35:56 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26073
Bug ID: 26073
Summary: [WinEH] optimizing functions can cause assertions when
writing obj or asm
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: r.sagitario at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Here's another one: The attached IR builds fine with llc.
If you run "opt -O3" on it first, compiling the output with llc to an object or
assembly file produces:
Assertion failed: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val,
T
ombstoneKey) && "Empty/Tombstone value shouldn't be inserted into map!", file
C:
\s\d\ldc\llvm\include\llvm/ADT/DenseMap.h, line 484
--
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/20160108/38992e01/attachment.html>
More information about the llvm-bugs
mailing list