This is an archive of the discontinued LLVM Phabricator instance.

[SLPVectorizer] Set MinVecRegSize via a target hook
Needs ReviewPublic

Authored by JongwonLee on Apr 15 2016, 1:49 AM.

Details

Summary

MinVecRegSize can be set from command-line option or a target hook.
Currently, the target-specific part is implemented only for AArch64.

Diff Detail

Event Timeline

JongwonLee updated this revision to Diff 53856.Apr 15 2016, 1:49 AM
JongwonLee retitled this revision from to [SLPVectorizer] Set MinVecRegSize via a target hook.
JongwonLee updated this object.
JongwonLee added subscribers: llvm-commits, flyingforyou.
mcrosier resigned from this revision.Apr 15 2016, 6:54 AM
mcrosier edited reviewers, added: mssimpso; removed: mcrosier.