<div dir="ltr"><div dir="ltr">Hello everyone,<div><br></div><div>I wanted to attach a node without affecting the present nodes in any way. I tried to use MVT::Glue for that but I think I'm missing something as I could not achieve the below state.</div><div><br></div><div>LUI                         LUI</div><div>  |                             |</div><div><div>ADDI ----GLUE---- ADDI </div><div>  |</div><div>store</div></div><div><br></div><div>I've few question about this and Glue node in general, I'll be happy to get some help on this :)</div><div>1. Is Gluing the right approach or there is something better for such use case?</div><div>2. If I do something like DAG.getNode(ISD::ADDI, DL, MVT::Glue, LUINode, OtherADDINode). How will it know that the other ADDI node should be glued and not LUI. I seriously feel I'm missing something.</div><div><br></div><div>Many thanks,</div><div>Reshabh</div></div></div>