diff options
author | Craig Topper <craig.topper@intel.com> | 2019-01-12 08:05:12 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-01-12 08:05:12 +0000 |
commit | 33b2cf50e32d96faa17cbd3ecbe16b6f9480dd5b (patch) | |
tree | 9a53051ca05f1ebcc58ca06baa1949c1b97c5236 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 61aa940074da0ec60a105f1ab45b45bc9815633d (diff) | |
download | bcm5719-llvm-33b2cf50e32d96faa17cbd3ecbe16b6f9480dd5b.tar.gz bcm5719-llvm-33b2cf50e32d96faa17cbd3ecbe16b6f9480dd5b.zip |
[X86] Add ISD node for masked version of CVTPS2PH.
The 128-bit input produces 64-bits of output and fills the upper 64-bits with 0. The mask only applies to the lower elements. But we can't represent this with a vselect like we normally do.
This also avoids the need to have a special X86ISD::SELECT when avx512bw isn't enabled since vselect v8i16 isn't legal there.
Fixes another instruction for PR34877.
llvm-svn: 350994
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions