search for: nodestoanalyz

Displaying 1 result from an estimated 1 matches for "nodestoanalyz".

Did you mean: nodestoanalyze
2018 Feb 06
0
ConstantFP and Use
...e ready. Recompute its flags. assert(N->getNodeId() != DAGTypeLegalizer::ReadyToProcess && N->getNodeId() != DAGTypeLegalizer::Processed && "Invalid node ID for RAUW deletion!"); N->setNodeId(DAGTypeLegalizer::NewNode); NodesToAnalyze.insert(N); } First off, I wonder if this assert is actually valid. NodeUpdated is called for more than node deletion (in fact AFAICT it's called for everything *but* deletion). The NodeDeleted member right above it has the exact same assert, with the same message, leading me to suspect...