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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 12 16:01:04 PST 2019


craig.topper updated this revision to Diff 181460.
craig.topper added a comment.

Add back the check lines. Make a copy of the test for the old intrinsics.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56527

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx512-gather-scatter-intrin-deprecated.ll
  test/CodeGen/X86/avx512-gather-scatter-intrin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56527.181460.patch
Type: text/x-patch
Size: 57075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190113/77896b95/attachment.bin>


More information about the llvm-commits mailing list