[PATCH] D33731: Prevent RemoveDeadNodes from deleted already deleted node.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 09:41:39 PDT 2017


spatel added a comment.

The code change seems safe, but the test doesn't fail with recent trunk (I tried r304685).

Is there still a way to expose the bug? If not, can we just assert that no deleted node can get this far?


https://reviews.llvm.org/D33731





More information about the llvm-commits mailing list