[PATCH] D34609: [Polly][WIP] Insert copy statements into the domain of the schedule tree

Roman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 00:21:52 PDT 2017


gareevroman added inline comments.


================
Comment at: lib/Transform/ScheduleOptimizer.cpp:1081
+/// @return The modified access relation.
+__isl_give isl_map *getAccessToArray(__isl_take isl_map *AccRel,
+                                     const char *ArrayName, Type *ElemType) {
----------------
TODO: Translate to C++ bindings.


https://reviews.llvm.org/D34609





More information about the llvm-commits mailing list