Later I will try to add the document about how to extract LLVM IR based dependences result from the fine-grain dependences analysis.
Details
Diff Detail
Event Timeline
LGTM besides a mire typo.
dence"
+pass provides dependences analysis at memory reference level and memory access level.
+The memory reference level analysis distinguishes the accessed references in the
+same statement, and generates depednences relationships between (statement, reference)
+pairs. The memory acccess level analysis distinguishes accesses in the same statement,
+and generates depednences relationships between (statement, access) pairs. These
+fine-grain depednences are enabled by "-polly-dependences-analysis-level=reference-level"
dependences.
depednences -> dependences
acccess -> access
Also:
reference-level -> reference-wise
access-level -> access-wise
This seems still open, even though this patch got a LGTM? Ether, are you waiting for sth?