The combine in rebuildSetCC may be combined to another
node leaving our references stale. Keep a handle on
it to avoid stale references.
Fixes PR36602.
Differential D46404
[DAG] Avoid using deleted node in rebuildSetCC niravd on May 3 2018, 12:35 PM. Authored by
Details The combine in rebuildSetCC may be combined to another Fixes PR36602.
Diff Detail
Event TimelineComment Actions This patch at least solves the problem with r325892 that I reported here: Thanks! Comment Actions This works for me too and looks good (but again, I don't know the framework very well). Thanks!
Comment Actions Add some explanatory text. Minor cleanup reducing number of handle construction/destructions. Comment Actions LGTM
|