[PATCH] D29292: [SelectionDAG] Fix for PR30775: Assertion `NodeToMatch->getOpcode() != ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"' failed.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 08:53:09 PST 2017


ABataev added a comment.

In https://reviews.llvm.org/D29292#661693, @RKSimon wrote:

> In https://reviews.llvm.org/D29292#661687, @ABataev wrote:
>
> > In https://reviews.llvm.org/D29292#661549, @RKSimon wrote:
> >
> > > Please can you check if this fixes PR31536 as well?
> >
> >
> > Yes, fixes
>
>
> Is it worth adding that test case as well?


Ok, will add


https://reviews.llvm.org/D29292





More information about the llvm-commits mailing list