[SLSR] consider &B[S << i] as &B[(1 << i) * S]
[oota-llvm.git] / test / Transforms / StraightLineStrengthReduce / slsr-gep.ll
2015-04-06 Jingyue Wu[SLSR] consider &B[S << i] as &B[(1 << i) * S]
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]