This is an archive of the discontinued LLVM Phabricator instance.

[DependenceInfo] Track may-writes and build flow information in Dependences::calculateDependences.
ClosedPublic

Authored by bollu on Mar 17 2017, 5:26 AM.

Details

Summary

This ensures that we handle may-writes correctly when building
dependence information. Also add a test case checking correctness of
may-write information. Not handling it before was an oversight.

Diff Detail

Repository
rL LLVM

Event Timeline

bollu created this revision.Mar 17 2017, 5:26 AM
grosser accepted this revision.Mar 17 2017, 5:30 AM

LGTM.

This revision is now accepted and ready to land.Mar 17 2017, 5:30 AM
bollu edited the summary of this revision. (Show Details)Mar 17 2017, 5:32 AM
This revision was automatically updated to reflect the committed changes.