This is an archive of the discontinued LLVM Phabricator instance.

LoopVectorizer: Add TargetTransformInfo.
ClosedPublic

Authored by mzolotukhin on Mar 5 2015, 7:48 PM.

Details

Summary

LoopVectorizer: Add TargetTransformInfo.

This is first of 6 patches for enabling vectorization of calls.

Diff Detail

Event Timeline

mzolotukhin updated this revision to Diff 21323.Mar 5 2015, 7:48 PM
mzolotukhin retitled this revision from to LoopVectorizer: Add TargetTransformInfo..
mzolotukhin updated this object.
mzolotukhin edited the test plan for this revision. (Show Details)
mzolotukhin added a subscriber: Unknown Object (MLST).
hfinkel accepted this revision.Mar 5 2015, 8:32 PM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Mar 5 2015, 8:32 PM
mzolotukhin closed this revision.Mar 17 2015, 12:30 PM

Thanks! Committed in r232522.