diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-04-07 14:45:16 +0100 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2020-04-16 11:17:07 -0700 |
| commit | ef7dbe6de65b7ad1cc4e9ab921cdade7a12c13db (patch) | |
| tree | 6abcd100b0835590dbfde4f9687ef6d029f42e6c /llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | |
| parent | 5fbba36cbe93f12da5c4d6063db21cf35ecc9bfc (diff) | |
| download | bcm5719-llvm-ef7dbe6de65b7ad1cc4e9ab921cdade7a12c13db.tar.gz bcm5719-llvm-ef7dbe6de65b7ad1cc4e9ab921cdade7a12c13db.zip | |
[X86][SSE] combineX86ShufflesConstants - early out for zeroable vectors (PR45443)
Shuffle combining can insert zero byte sized elements into the shuffle mask, which combineX86ShufflesConstants will attempt to fold without taking into account whether the byte-sized type is legal (e.g. AVX512F only targets).
If we have a full-zeroable vector then we should just return a zero version of the root type, otherwise if the type isn't valid we should bail.
Fixes PR45443
(cherry picked from commit e3b60597769f79a8abc19fb8ef1f321d9adc1358)
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp')
0 files changed, 0 insertions, 0 deletions

