This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Fix for the JSON Exporter
ClosedPublic

Authored by Mike_Jongen on Aug 6 2017, 2:30 AM.

Details

Summary

Small patch to fix the JSON exporter.

Currently, using "opt -polly-export-jscop" does not generate jscop files, but gives an error:

  • Error in `opt': corrupted double-linked list: 0x0000000000bc4bb0 ***

Updated the function getAccessRelationStr() to work with the current version of getAccessRelation(), fixing the JSON exporter

Diff Detail

Repository
rL LLVM

Event Timeline

Mike_Jongen created this revision.Aug 6 2017, 2:30 AM
grosser accepted this revision.Aug 6 2017, 4:20 AM
grosser added a subscriber: grosser.

LGTM. Do you need me to commit this for you?

This revision is now accepted and ready to land.Aug 6 2017, 4:20 AM
This revision was automatically updated to reflect the committed changes.

Committed. Thank you!