This is an archive of the discontinued LLVM Phabricator instance.

[LoopVectorize] Add accessors for Num{Stores,Loads,PredStores} in AccessAnalysis
ClosedPublic

Authored by anemet on Jan 29 2015, 4:52 PM.

Details

Summary

These members are moving to LoopAccessAnalysis. The accessors help to hide
this.

NFC. This is part of the patchset that splits out the memory dependence logic
from LoopVectorizationLegality into a new class LoopAccessAnalysis.
LoopAccessAnalysis will be used by the new Loop Distribution pass.

Diff Detail

Event Timeline

anemet updated this revision to Diff 19010.Jan 29 2015, 4:52 PM
anemet retitled this revision from to [LoopVectorize] Add accessors for Num{Stores,Loads,PredStores} in AccessAnalysis.
anemet updated this object.
anemet edited the test plan for this revision. (Show Details)
anemet added reviewers: hfinkel, aschwaighofer.
anemet added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Jan 30 2015, 4:49 AM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 30 2015, 4:49 AM
anemet closed this revision.Feb 2 2015, 11:58 AM

r227750