commit | 002e4b563527438efb4533d503031dc440bad539 | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Wed Jul 20 10:41:28 2016 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Wed Jul 20 10:41:28 2016 +0000 |
tree | 234d2f8ae3e47d5563a4e066161b659551cade75 | |
parent | ab726d976d9f2a5b6f63aed520aab8ab910f7138 [diff] |
[X86][SSE] Add cost model values for CTPOP of vectors This patch adds costs for the vectorized implementations of CTPOP, the default values were seriously underestimating the cost of these and was encouraging vectorization on targets where serialized use of POPCNT would be much better. Differential Revision: https://reviews.llvm.org/D22456 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276104 91177308-0d34-0410-b5e6-96231b3b80d8