[llvm-bugs] [Bug 28773] New: Assertion `(!ModifiedMF || EmitDone) && "Dbg values are not emitted in LDV"' with fast-isel and greedy regalloc
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 29 14:56:37 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28773
Bug ID: 28773
Summary: Assertion `(!ModifiedMF || EmitDone) && "Dbg values
are not emitted in LDV"' with fast-isel and greedy
regalloc
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: eli.friedman at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16841
--> https://llvm.org/bugs/attachment.cgi?id=16841&action=edit
Testcase
"llc -O0 -regalloc=greedy a.ll" crashes with the attached .ll file. On x86-64
Linux if it matters.
I hand-edited the attached IR to insert an extra call to llvm.dbg.value, so
it's possible the debug info is invalid somehow, but I think it's okay.
--
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/20160729/35550dc0/attachment.html>
More information about the llvm-bugs
mailing list