This is an archive of the discontinued LLVM Phabricator instance.

[LoopVectorize] Rename the Report class to VectorizationReport
ClosedPublic

Authored by anemet on Jan 31 2015, 3:59 PM.

Details

Summary

This class will become public in the new LoopAccessAnalysis header so the name
needs to be more global.

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 19102.Jan 31 2015, 3:59 PM
anemet retitled this revision from to [LoopVectorize] Rename the Report class to VectorizationReport.
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 31 2015, 6:35 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 31 2015, 6:35 PM
anemet closed this revision.Feb 2 2015, 11:59 AM

r227749