This is an archive of the discontinued LLVM Phabricator instance.

[LoopFlatten] Handle A[i][j] uses of IV's
Needs ReviewPublic

Authored by dmgreen on Jan 22 2018, 6:05 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This allow A[i][j] uses of the IV's in loop flattening,
along with the existing A[i*N+j] uses.

Diff Detail

Event Timeline