[PATCH] D97969: [SelectionDAG] Assert that operands to SelectionDAG::getNode are not DELETED_NODE to catch issues like PR49393 earlier.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 11:42:40 PST 2021


lebedev.ri added a comment.

Won't be `SDValue::Node` deallocated by then, or worse, potentially reallocated?
I guess that is still fine because it would trip ASAN?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97969/new/

https://reviews.llvm.org/D97969



More information about the llvm-commits mailing list