[PATCH] D20962: [Polly][GSoC 2016]New function pass ScopInfoWrapperPass

Utpal Bora via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 10:13:02 PDT 2016


cs14mtech11017 added a comment.

Thank you for your inputs. I have updated the patch accordingly. 
Please let me know if this set of test cases is not enough.


================
Comment at: include/polly/ScopInfo.h:2549
@@ +2548,3 @@
+  ///
+  /// @return If the given region is the maximal region within a scop, return
+  ///         the scop object. If the given region is a subregion, return a
----------------
RegionToScopMap.lookup() does not support unique_ptr.


http://reviews.llvm.org/D20962





More information about the llvm-commits mailing list