Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Conversation

skimo-openhub
Copy link
Contributor

@skimo-openhub skimo-openhub commented Aug 9, 2018

The C++ bindings from mainline isl do not allow
an object to be explicitly assigned a NULL value.
@skimo-openhub skimo-openhub requested review from Artix18 and thetheodor and removed request for Artix18 August 9, 2018 16:05
Copy link

@thetheodor thetheodor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -71,7 +71,9 @@ struct Scop {
res->parameterValues = scop.parameterValues;
res->halide = scop.halide;
res->body = scop.body;
res->dependences = scop.dependences;
if (scop.dependences) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is a good idea, see discussion in isl maiilng

@skimo-openhub
Copy link
Contributor Author

skimo-openhub commented Aug 16, 2018 via email

@skimo-openhub skimo-openhub merged commit 38e3032 into master Aug 16, 2018
@skimo-openhub skimo-openhub deleted the pr/merge_master branch August 16, 2018 07:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants