summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-12-18 04:50:05 +0000
committerCraig Topper <craig.topper@intel.com>2017-12-18 04:50:05 +0000
commita9e5853a21ac2955e1a06aa01bb442038c8014b1 (patch)
tree76e49e8162ca2a70fc3d230d3fb89075d4de51db /test/Transforms
parent5f348c6a0c657d853d21e66171a2e3c1c47fa230 (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
0 files changed, 0 insertions, 0 deletions