diff options
author | Craig Topper <craig.topper@intel.com> | 2018-02-27 00:07:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-02-27 00:07:24 +0000 |
commit | 6df870ca586632ea59afb7f2ce8723684cea9496 (patch) | |
tree | 64c6f4107404f3b45750ff4626b7a4e909626bd0 /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp | |
parent | 50339a2e84622f6c492a4b2f3dc5e79a6769399a (diff) | |
download | bcm5719-llvm-6df870ca586632ea59afb7f2ce8723684cea9496.tar.gz bcm5719-llvm-6df870ca586632ea59afb7f2ce8723684cea9496.zip |
[SelectionDAG] Remove code from PromoteIntRes_CONCAT_VECTORS that was added in r320674 to help X86.
AVX512 used to promote v32i1 to v32i8 during legalization when BWI was disabled. So this code was added to improve legalization of v32i1 concat_vectors of v16i1 by extending the v16i1 to v16i8 to avoid scalarization.
X86 has since switched to legalizing v32i1 by splitting to v16i1 instead. This has rendered this code unnecessary and its no longer exercised.
llvm-svn: 326153
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp')
0 files changed, 0 insertions, 0 deletions