<div dir="ltr"><div><div><div>Hello,<br></div>I would like to keep info about size and type info of all instructions ( and Values at the same time). I can do this by extracting type of the Values, but if I have still some unused instructions , I can't keep track on them. I try to convert them to Value and get the type or simply get the type of instruction, but have the following error:<br><br>Assertion `Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"' failed.<br><br></div>This is second or instruction:<br>  %1 = or i32 10, 20<br>  %2 = or i32 %1, 10<br>  ret i32 %1<br><br></div>What can be done in this case?<br></div>