This is an archive of the discontinued LLVM Phabricator instance.

[Polly][Refactor][NFC] Generalize the creation of ScopArrayInfo objects.
ClosedPublic

Authored by jdoerfert on Oct 29 2014, 5:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert updated this revision to Diff 15559.Oct 29 2014, 5:57 PM
jdoerfert retitled this revision from to [Polly][Refactor][NFC] Generalize the creation of ScopArrayInfo objects..
jdoerfert added a reviewer: grosser.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).

The idea here is that we do not need an IRAccess (on of those temporary objects we produce) to generate the ScopArrayInfo object but only the actual array base pointer/type and dimension sizes.

jdoerfert closed this revision.Nov 7 2014, 12:42 AM
jdoerfert updated this revision to Diff 15912.

Closed by commit rL221512 (authored by @jdoerfert).