Hello guys,<br><br>I wonder how I can change the type of an integer variable. For instance, given the instruction "%3 = add i32 %1, %2" I would like to alter the instruction to "%3 = add i16 %1, %2". Is there any way to do this?<br>

<br>Best wishes,<br><br>Douglas<br>