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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 04:15:23 PST 2017


RKSimon added a comment.

Pity the test cases don't reduce any further...



================
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
----------------
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?


https://reviews.llvm.org/D29292





More information about the llvm-commits mailing list