[PATCH] D56527: [X86] Add versions of the avx512 gather intrinsics that take the mask as a vXi1 vector instead of a scalar

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 05:18:41 PST 2019


RKSimon added a comment.

I'm not totally clear on what relationship these have to the generic gather intrinsics: llvm.masked.gather.* - shouldn't we be trying to use those? The vector of pointers vs base pointer + vector of indices I guess is the issue?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56527/new/

https://reviews.llvm.org/D56527





More information about the llvm-commits mailing list