Dan pointed out checking whether a node is dead by comparing its opcode to...
Dan pointed out checking whether a node is dead by comparing its opcode to ISD::DELETED_NODE is not safe. Use a DAGUpdateListener to remove dead nodes from work list instead. llvm-svn: 93031
Loading
Please register or sign in to comment