commit | d94a711b823cf02e8eeb181661c3e23a890b7deb | [log] [tgz] |
---|---|---|
author | Simon Pilgrim <llvm-dev@redking.me.uk> | Fri Feb 24 15:35:52 2017 +0000 |
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | Fri Feb 24 15:35:52 2017 +0000 |
tree | 4ecf12e41727a0d9ca040f888463566a0f4919ca | |
parent | f2553ab90069f155731817ce69da44e61912ade4 [diff] |
[X86][SSE] Target shuffle combine can try to combine up to 16 vectors Noticed while profiling PR32037, the target shuffle ops were being stored in SmallVector<*,8> types but the combiner could store as many as 16 ops at maximum depth (2 per depth). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296130 91177308-0d34-0410-b5e6-96231b3b80d8