This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Allow the VectorBlockGenerator to use the IslExprBuilder
ClosedPublic

Authored by jdoerfert on Oct 7 2014, 8:12 PM.

Details

Summary
This also enables the VectorBlockGenerator to build load store accesses
according to the newAccessRelation of a MemoryAccess.

A test case to ensure that new access functions (JSCoP) are actually used in
the vector block generator.

Diff Detail

Event Timeline

jdoerfert updated this revision to Diff 14547.Oct 7 2014, 8:12 PM
jdoerfert retitled this revision from to [Polly] Allow the VectorBlockGenerator to use the IslExprBuilder.
jdoerfert updated this object.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).
grosser accepted this revision.Oct 10 2014, 8:19 AM
grosser edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 10 2014, 8:19 AM
jdoerfert closed this revision.Oct 10 2014, 8:37 AM

commited in r219321.