commit | bb5b06603ba192efbccd7757a0833a619ed1d382 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Wed Jan 16 22:34:33 2019 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Wed Jan 16 22:34:33 2019 +0000 |
tree | b3003821da3b3beec6e9c051a6b8ac68da0e42b3 | |
parent | 089567c89f2a05c57dd2db7685f12c4321c05009 [diff] |
[X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1 vector instead of a scalar We need to custom handle these so we can turn the scalar mask into a vXi1 vector. Differential Revision: https://reviews.llvm.org/D56530 llvm-svn: 351390