x = &a[i];
y = &a[i + j];
>
y = x + j;
along with some refactoring work such as extracting method
findClosestMatchingDominator.
Depends on D9786 which provides the ScalarEvolution::getGEPExpr interface.
Differential D9802
[NaryReassoc] reassociate GEP for CSE jingyue on May 15 2015, 3:46 PM. Authored by
Details x = &a[i]; >y = x + j; along with some refactoring work such as extracting method Depends on D9786 which provides the ScalarEvolution::getGEPExpr interface.
Diff Detail Event Timeline
|