Name: Andrea Lepori
When having a print call that takes as argument an immediate LLVM throws the error Cannot find lhs of i32 5. I tried to search everywhere and tried to find the instruction that throw this error but I was unsuccessful. It is before the code that we are supposed to implement.
I imagine this is a problem in the template? As it is thrown before the execution of any of my code.