diff options
author | Craig Topper <craig.topper@intel.com> | 2017-12-18 04:50:05 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-12-18 04:50:05 +0000 |
commit | 8e2837cc6e0bc07d0f2722aa277a2c433946df05 (patch) | |
tree | e05793ea013f049e6d5e9a84c2cbb4667042996e /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | b0b67a8d38643f74c4d748cdbfdc8d78cd857319 (diff) | |
download | llvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.zip llvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.tar.gz llvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.tar.bz2 |
[X86] Fix mistake that I made when splitting up the setOperationAction calls recently.
The block I moved things that need BWI and 512-bit or VLX is incorrectly qualified with just hasBWI || hasVLX. Here I've qualified it with hasBWI && (hasAVX512 || hasVLX) where the hasAVX512 will be replaced with allowing 512-bit vectors in an upcoming patch.
llvm-svn: 320957
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions