diff options
author | Craig Topper <craig.topper@intel.com> | 2019-08-12 22:18:23 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-08-12 22:18:23 +0000 |
commit | e07e593782b2d165ebfef3cac2999e74e42d20a6 (patch) | |
tree | 894c409bac5e3685143a79276d9ae5de2eaa9954 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py | |
parent | acc8079f8e6ff19fca4db46706d4b334a9094eba (diff) | |
download | bcm5719-llvm-e07e593782b2d165ebfef3cac2999e74e42d20a6.tar.gz bcm5719-llvm-e07e593782b2d165ebfef3cac2999e74e42d20a6.zip |
[X86] Allow combineTruncateWithSat to use pack instructions for i16->i8 without AVX512BW.
We need AVX512BW to be able to truncate an i16 vector. If we don't
have that we have to extend i16->i32, then trunc, i32->i8. But we
won't be able to remove the min/max if we do that. At least not
without more special handling.
llvm-svn: 368623
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions