This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Updated translating the function Scop::foldSizeConstantsToRight() to isl C++
AbandonedPublic

Authored by Siddharth on Aug 9 2017, 1:18 PM.

Details

Reviewers
grosser
bollu
Summary

Updated translation with only the changes to the function Scop::foldSizeConstantsToRight() to isl C++

Diff Detail

Event Timeline

Siddharth created this revision.Aug 9 2017, 1:18 PM
Siddharth retitled this revision from [Polly] Updated translating the functionc[Polly] Translating the function Scop::foldSizeConstantsToRight() to isl C++ to [Polly] Updated translating the function Scop::foldSizeConstantsToRight() to isl C++.Aug 9 2017, 1:20 PM
grosser edited edge metadata.Aug 9 2017, 1:27 PM

Hi Siddharth,

does this patch compile and pass 'make check-polly'. I also have a couple of suggestions.

lib/Analysis/ScopInfo.cpp
3671

No need to call constructor explicitly.

3674

Unrelated change.

Appropriate changes to the function

It seems you have comments in your diff. Also, please make sure the diff you upload is the diff between polly and your latest changes, not a diff between older changes and the latest ones. Please confirm that what is shown in the webinterface is what you would like to see.

grosser requested changes to this revision.Aug 17 2017, 12:47 AM

Mark this as requesting changes to get this out of my queue.

This revision now requires changes to proceed.Aug 17 2017, 12:47 AM
Siddharth abandoned this revision.Aug 17 2017, 12:36 PM