[PATCH] D36370: [Polly] Fix for the JSON Exporter

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 04:42:12 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310199: [Polly] Fix for the JSON Exporter (authored by grosser).

Changed prior to commit:
  https://reviews.llvm.org/D36370?vs=109908&id=109915#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36370

Files:
  polly/trunk/lib/Analysis/ScopInfo.cpp


Index: polly/trunk/lib/Analysis/ScopInfo.cpp
===================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp
+++ polly/trunk/lib/Analysis/ScopInfo.cpp
@@ -701,7 +701,7 @@
 }
 
 std::string MemoryAccess::getAccessRelationStr() const {
-  return isl::manage(getAccessRelation().get()).to_str();
+  return getAccessRelation().to_str();
 }
 
 isl::basic_map MemoryAccess::createBasicAccessMap(ScopStmt *Statement) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36370.109915.patch
Type: text/x-patch
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170806/888e0977/attachment.bin>


More information about the llvm-commits mailing list