Sometimes non storing lvt instructions don't give us the correct getter value eg if (lvt > field * constant) -> actually if (lvt > field * x)
Sometimes non storing lvt instructions don't give us the correct getter value eg if (lvt > field * constant) -> actually if (lvt > field * x)