[quick fix] Change neg unit ops to use insert instruction (#1562)
Using add_instruction for the neg op was causing issues on replace_instruction. Changed to use insert_instruction. Tests and added a new one that is failing without the change.
Showing
Please register or sign in to comment