summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-08-01 15:31:24 +0000
committerCraig Topper <craig.topper@intel.com>2017-08-01 15:31:24 +0000
commit2462a713ae4e06f11bc558787153412531fe1a52 (patch)
treea7b0e21f1054d9aaa99c05ce7931190dfa705b53 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent78b305f8d553006ea65fb86dc7f600cf643ffb59 (diff)
downloadbcm5719-llvm-2462a713ae4e06f11bc558787153412531fe1a52.tar.gz
bcm5719-llvm-2462a713ae4e06f11bc558787153412531fe1a52.zip
[AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bit element stores even when BWI instructions are supported. Always use VMOVDQA32/VMOVDQU32.
We were already using the 32 bit element opcode if BWI isn't enabled, but there's no reason to change opcode if we have BWI. We will still use the 8/16 opcodes for masked stores though. This allows us to use the aligned opcode when we can which makes our test output more consistent between different modes. It also reduces the number of isel patterns we need. This is a slight inconsistency with loads which default to 64 bit element opcodes. I'll probably rectify that in a future patch. Differential Revision: https://reviews.llvm.org/D35978 llvm-svn: 309693
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud