From: Sven Verdoolaege Date: Mon, 24 Oct 2011 08:05:06 +0000 (+0200) Subject: doc: explain direction of dependence relations from the start X-Git-Tag: isl-0.09~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=190f4d6e78070ca62b57ad7726dc09d85e4a8f58;p=platform%2Fupstream%2Fisl.git doc: explain direction of dependence relations from the start Reported-by: Yi Zhang Signed-off-by: Sven Verdoolaege --- diff --git a/doc/user.pod b/doc/user.pod index f282bda..dd1e47f 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -3752,11 +3752,13 @@ for each iteration of the sink access, which iteration of which of the source access relations was the last to access the same data element before the given iteration of the sink access. +The resulting dependence relations map source iterations +to the corresponding sink iterations. To compute standard flow dependences, the sink should be a read, while the sources should be writes. If any of the source accesses are marked as being I -accesses, then there will be a dependence to the last -I access B to any I access that follows +accesses, then there will be a dependence from the last +I access B from any I access that follows this last I access. In particular, if I sources are I accesses, then memory based dependence analysis is performed.