commit | a91ae8336baacfa189c23a055e540ff34ece340c | [log] [tgz] |
---|---|---|
author | Keno Fischer <kfischer@college.harvard.edu> | Mon Mar 14 20:04:24 2016 +0000 |
committer | Keno Fischer <kfischer@college.harvard.edu> | Mon Mar 14 20:04:24 2016 +0000 |
tree | dd6d5caff8870dd51394666380dbfc52c0da6939 | |
parent | be57dfa75df8c6a33c981adc2d8d82d21b44f40d [diff] |
[SLPVectorizer] Fix dependency list Summary: DemandedBits was added to the requirements of SLPVectorizer in rL261212 (and various earlier version of it), but the appropriate initialization statement was accidentally forgotten. Ref [[ https://github.com/JuliaLang/julia/issues/14998 | JuliaLang/julia#14998 ]]. Patch by Yichao Yu. Reviewers: mssimpso Differential Revision: http://reviews.llvm.org/D18152 llvm-svn: 263476