summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-03-03 00:18:07 +0000
committerCraig Topper <craig.topper@intel.com>2019-03-03 00:18:07 +0000
commitce686597722cecdecf9c33d0cfc3ba7909cd65b1 (patch)
tree9866c9b1e57594a92d868deb90f186208cc9685f /lldb/packages/Python/lldbsuite/test/python_api/thread
parentcf03bd92d64a70b81cea962dc5adf15d6ef5ce6f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud