<div dir="ltr">I am having trouble adding a node to the selection DAG (e.g. during combine)<div><br></div><div>E.g. node1 -> use1, use2</div><div><br></div><div>Now if you add a node2, with node1 -> node2 with node2 number of output values equal node1 number of output values, then combine as well as e.g. promotion pass with replace all of node1's uses with node2, leaving node1 dead. While this is kind of expected, does this mean</div><div><br></div><div>a) always create new node (can you clone node, e.g. node1 above)?</div><div>b) is this something that selection DAG is not intended for at all?</div><div>c) sometimes it is not straight forward to create a new load, e.g. for loads, as DAG.getLoad will return "old" node if identical => a) can I clone a node?</div><div><br></div><div>Thanks! Hendrik</div></div>