[llvm-bugs] [Bug 47517] SelectionDAG.cpp:900: bool llvm::SelectionDAG::RemoveNodeFromCSEMaps(llvm::SDNode *): Assertion `N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!"' failed. with llc -O1

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 6 07:10:09 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47517

Hans Wennborg <hans at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #43 from Hans Wennborg <hans at chromium.org> ---
(In reply to Qiu Chaofan from comment #42)
> (In reply to Hans Wennborg from comment #39)
> > (In reply to Qiu Chaofan from comment #38)
> > > I think I need to revert the
> > > Remove DeadNode(CFP) part since it's actually not necessary for the original
> > > bug of this.
> > 
> > Please go ahead an do that, and include the test cases from this bug so we
> > don't regress.
> 
> Sure. See rGb326d4ff.

Thanks. Pushed to 11.x as 121babae56e9f08acedf3d6d44757e35556d0a37.

It would be nice if this code were more reliable, but closing this bug for now
since the currently known problems should be fixed now.

-- 
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/20201006/f98cf9a0/attachment.html>


More information about the llvm-bugs mailing list