[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
Mon Jan 30 15:12:29 PST 2017
RKSimon added a comment.
Can the test case be reduced 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
----------------
Add a comment explaining what the test is testing.
https://reviews.llvm.org/D29292
More information about the llvm-commits
mailing list