[PATCH] D39971: Port ScopInfo to the isl cpp bindings
Sameer AbuAsal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 18:57:45 PST 2017
sabuasal 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);
----------------
How come we are dropping the copy for "Space"?
Repository:
rL LLVM
https://reviews.llvm.org/D39971
More information about the llvm-commits
mailing list