This is an archive of the discontinued LLVM Phabricator instance.

[Polly][DOC] Add fine-grain dependences analysis to release notes.
ClosedPublic

Authored by etherzhhb on Mar 4 2016, 7:48 PM.

Details

Summary

Later I will try to add the document about how to extract LLVM IR based dependences result from the fine-grain dependences analysis.

Diff Detail

Event Timeline

etherzhhb updated this revision to Diff 49870.Mar 4 2016, 7:48 PM
etherzhhb retitled this revision from to [Polly][DOC] Add fine-grain dependences analysis to release notes..
etherzhhb updated this object.
etherzhhb added a project: Restricted Project.
etherzhhb added a subscriber: Restricted Project.
grosser edited edge metadata.Mar 4 2016, 9:55 PM
grosser added a subscriber: grosser.

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.

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.

ah ... stupid copy & paste ...

etherzhhb updated this revision to Diff 49872.Mar 4 2016, 11:40 PM
etherzhhb edited edge metadata.

depednences -> dependences
acccess -> access

Also:
reference-level -> reference-wise
access-level -> access-wise

grosser accepted this revision.Mar 27 2016, 11:45 PM
grosser edited edge metadata.

This seems still open, even though this patch got a LGTM? Ether, are you waiting for sth?

This revision is now accepted and ready to land.Mar 27 2016, 11:45 PM

waiting for some one to accept :) Next time will push when I got a LGTM

This revision was automatically updated to reflect the committed changes.