This is an archive of the discontinued LLVM Phabricator instance.

[LoopAccesses] Split out LoopAccessReport from VectorizerReport
ClosedPublic

Authored by anemet on Feb 16 2015, 2:20 PM.

Details

Summary

The only difference between these two is that VectorizerReport adds a
vectorizer-specific prefix to its messages. When LAA is used in the
vectorizer context the prefix is added when we promote the
LoopAccessReport into a VectorizerReport via one of the constructors.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

Diff Detail

Event Timeline

anemet updated this revision to Diff 20059.Feb 16 2015, 2:20 PM
anemet retitled this revision from to [LoopAccesses] Split out LoopAccessReport from VectorizerReport.
anemet updated this object.
anemet edited the test plan for this revision. (Show Details)
anemet added reviewers: hfinkel, aschwaighofer, nadav.
anemet added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Feb 16 2015, 5:18 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 16 2015, 5:18 PM
anemet closed this revision.Mar 1 2015, 9:33 PM

r229897