This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Allow to link MemoryAccesses together (linked list fashion)
AbandonedPublic

Authored by jdoerfert on Sep 6 2014, 3:13 AM.

Diff Detail

Event Timeline

jdoerfert updated this revision to Diff 13363.Sep 6 2014, 3:13 AM
jdoerfert retitled this revision from to [Polly] Allow to link MemoryAccesses together (linked list fashion).
jdoerfert added reviewers: grosser, sebpop, simbuerg.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).
jdoerfert added a project: Restricted Project.
grosser edited edge metadata.Jan 24 2015, 8:59 AM

Hi Johannes,

I see that this patch makes it possible to model instruction that cause multiple memory accesses. However, it seems the patch is by itself not sufficient to actually trigger or test this code. Would it make sense to fold this patch into the code that makes use of this patch and with which we can actually test this patch?

Tobias

jdoerfert abandoned this revision.Jan 24 2015, 9:25 AM