[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
Wed Feb 1 07:32:18 PST 2017


ABataev marked an inline comment as done.
ABataev added inline comments.


================
Comment at: test/CodeGen/X86/dag-update-nodetomatch.ll:13
+ at k = local_unnamed_addr global %struct.m zeroinitializer, align 4
+
+; Function Attrs: norecurse nounwind uwtable
----------------
RKSimon wrote:
> ABataev wrote:
> > RKSimon wrote:
> > > Add a comment explaining what the test is testing.
> > Ok, will do
> Please can you add the bugzilla PR number to the comments for each test?
Ok, will do


https://reviews.llvm.org/D29292





More information about the llvm-commits mailing list