This is an archive of the discontinued LLVM Phabricator instance.

[LoopAccess] Fix library dependence cycle
ClosedPublic

Authored by anemet on Feb 18 2015, 11:45 AM.

Details

Reviewers
hfinkel
Summary

Move the VectorizerParams into LAA.cpp.

I added a new API to VectorizerParams to query whether
force-vector-interleave was passed. This is used in LV to work out what
th combination of disable-interleave and force-vector-interleave=N
means.

Diff Detail

Event Timeline

anemet updated this revision to Diff 20210.Feb 18 2015, 11:45 AM
anemet retitled this revision from to [LoopAccess] Fix library dependence cycle.
anemet updated this object.
anemet edited the test plan for this revision. (Show Details)
anemet added a reviewer: hfinkel.
anemet added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Feb 18 2015, 4:43 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 18 2015, 4:43 PM
anemet closed this revision.Mar 1 2015, 9:39 PM

r229890