diff options
author | Craig Topper <craig.topper@intel.com> | 2019-03-03 00:18:07 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-03-03 00:18:07 +0000 |
commit | ce686597722cecdecf9c33d0cfc3ba7909cd65b1 (patch) | |
tree | 9866c9b1e57594a92d868deb90f186208cc9685f /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | cf03bd92d64a70b81cea962dc5adf15d6ef5ce6f (diff) | |
download | bcm5719-llvm-ce686597722cecdecf9c33d0cfc3ba7909cd65b1.tar.gz bcm5719-llvm-ce686597722cecdecf9c33d0cfc3ba7909cd65b1.zip |
[X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2.
We were using VPBLENDW for v2i64 and VBLENDPD for v4i64. VPBLENDD has better throughput than VPBLENDW on some CPUs so it makes sense to use it when possible. VBLENDPD will probably become VBLENDD during execution domain fixing, but we might as well use integer in isel while we can.
This should work around some issues with the domain fixing pass prefering PBLENDW when we start with PBLENDW. There may still be some v8i16 cases that could use PBLENDD.
llvm-svn: 355281
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions