This is an archive of the discontinued LLVM Phabricator instance.

[DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]
ClosedPublic

Authored by bollu on Mar 21 2017, 4:54 AM.

Details

Summary

"Write" is an overloaded term. In collectInfo() till buildFlow(), it is
used to mean "must writes". However, within the memory based analysis,
it is used to mean "both may and must writes". Renaming the Write
variable helps clarify this difference.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Mar 21 2017, 4:54 AM
grosser accepted this revision.Mar 21 2017, 4:55 AM

LGTM!

This revision is now accepted and ready to land.Mar 21 2017, 4:55 AM
This revision was automatically updated to reflect the committed changes.

Hi Siddharth,

two comments on the patch submission procedure:

  1. Please add [Polly] in the subject line of the review (not of the commit after). This helps people on the MLs to distinguish the topics
  1. Please include polly and llvm commit mailing lists.