Commits

Xin Tong committed 8ce00e3989e
Implement index_addr in alias analysis. We make use the new projection code to disamuguite index_address with same base but different indices. But the indices here have to be constant. This is a limitation/design choice made in the projection code. In order to handle non-constant indices, we need an analysis to compute the index difference. rdar://22484392