LLVM invalid cast opcode for cast from ‘i64’ to ‘i64’
I’m trying to use LLVM Create and replaceAllUsesWith to modify the (A+B+C) calculation to (A*B)-C
I’m trying to use LLVM Create and replaceAllUsesWith to modify the (A+B+C) calculation to (A*B)-C