For the following case:
for(j = 0; j < n; j++) {
s += *(in++); s += *(in++);
}
LSR consider "in" as profitable chain and do count ImmCost only for first load.
However when we have a base set before the loop
in += 1024;
ImmCost could be a significant value.
Use oxygen style: ///