This is an archive of the discontinued LLVM Phabricator instance.

[LV] Enable vectorization of loops with conditional stores by default
ClosedPublic

Authored by mssimpso on Dec 15 2016, 9:09 AM.

Details

Summary

This patch sets the default value of the "-enable-cond-stores-vec" command line option to "true".

Diff Detail

Repository
rL LLVM

Event Timeline

mssimpso updated this revision to Diff 81595.Dec 15 2016, 9:09 AM
mssimpso retitled this revision from to [LV] Enable vectorization of loops with conditional stores by default.
mssimpso updated this object.
mssimpso added a reviewer: mkuper.
mssimpso added subscribers: llvm-commits, mcrosier.
mkuper accepted this revision.Dec 15 2016, 9:25 AM
mkuper edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 15 2016, 9:25 AM
This revision was automatically updated to reflect the committed changes.