[LLVMbugs] [Bug 17865] Assertion `(I.atEnd() || llvm::next(I) == def_end()) && "getVRegDef assumes a single definition or no definition"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 11 07:13:19 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=17865

Justin Holewinski <justin.holewinski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Depends on|                            |17876
         Resolution|FIXED                       |---

--- Comment #2 from Justin Holewinski <justin.holewinski at gmail.com> ---
I'm actually going to keep this one open to track the work needed to enable
TailDuplicate in the NVPTX target.

Currently gated on 17876.

The other main issue with TailDuplicate is that it can duplicate barriers in
bad ways.  Though rare, this can be a correctness issue.  This needs to be
addressed.

-- 
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/20131111/0c17cb0d/attachment.html>


More information about the llvm-bugs mailing list