This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Find all loops involved in now innermost ones.
AbandonedPublic

Authored by jdoerfert on Sep 6 2014, 1:02 PM.

Details

Reviewers
dpeixott
bollu

Diff Detail

Event Timeline

jdoerfert updated this revision to Diff 13370.Sep 6 2014, 1:02 PM
jdoerfert retitled this revision from to [Polly] Find all loops involved in now innermost ones..
jdoerfert added reviewers: dpeixott, grosser.
jdoerfert added subscribers: Restricted Project, Unknown Object (MLST).
jdoerfert updated this revision to Diff 13488.Sep 9 2014, 12:39 PM

Fix mistake triggered when the first dimension is the only non constant one

jdoerfert updated this revision to Diff 13489.Sep 9 2014, 12:48 PM

Forgot the ! when testing for a not constant dimension

grosser edited edge metadata.Jan 26 2016, 9:29 AM

Hi Johannes,

I am unsure what the goal of this patch is? Could you maybe add a commit message that gives the motivation of this patch. Also, this patch does not affect any test cases.

In case this patch is incomplete/WIP, should we remove it from review for now?

lib/CodeGen/IslAst.cpp
203

involved.

grosser resigned from this revision.Jun 11 2016, 3:07 AM
grosser removed a reviewer: grosser.

Hi Johannes,

as I did not receive a reply on this patch for a couple of months, it seems to not be of interest at the moment. To clean up my patch review log I remove myself as a reviewer. Feel free to add me again when you have time to get back to this.

Best,
Tobias

jdoerfert abandoned this revision.Jun 4 2019, 10:15 PM