[PATCH] D39971: Port ScopInfo to the isl cpp bindings

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 06:45:44 PST 2017


philip.pfaffe added inline comments.


================
Comment at: polly/trunk/lib/Analysis/ScopInfo.cpp:2271
   // Align the parameters of all data structures to the model.
-  Context = isl_set_align_params(Context, Space.copy());
+  Context = Context.align_params(Space);
 
----------------
sabuasal wrote:
> How come we are dropping the copy for "Space"? 
This is a copy. I'm copying the c++ object.


Repository:
  rL LLVM

https://reviews.llvm.org/D39971





More information about the llvm-commits mailing list