[PATCH] D12062: Add a value field to memory accesses for a related value

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 03:39:57 PDT 2015


grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: include/polly/ScopInfo.h:250
@@ -248,1 +249,3 @@
+  /// @brief The value associated with this memory access.
+  Value *AccessValue;
 
----------------
Maybe expand the comment a little (add some info from the commit message?).


http://reviews.llvm.org/D12062





More information about the llvm-commits mailing list