<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I'm trying to add a new instruction after a given instruction in a basic block.<br></div>Until LLVM 3.7, I was using the following code:<br><br>   BB->getInstList().insertAfter(I, new_inst);<br>   [where both I and new_inst are Instruction*]<br></div><br></div>In LLVM 3.8 however, the SymbolTableList was created as a wrapper over iplist.<br></div>Could anyone please tell me how I can do the same type of insertion in LLVM 3.8?<br><br></div>Thank you and Regards,<br>Simona<br></div><div><div><div><div><div><div><div><br><br></div></div></div></div></div></div></div></div>