[PATCH] D56365: [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd intrinsics.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 6 18:50:51 PST 2019


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

Add select checks. Move masking for variable vpshld/vpshrd to the intrinsic header. So now we don't need different builtins for mask and maskz.


Repository:
  rC Clang

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

https://reviews.llvm.org/D56365

Files:
  include/clang/Basic/BuiltinsX86.def
  lib/CodeGen/CGBuiltin.cpp
  lib/Headers/avx512vbmi2intrin.h
  lib/Headers/avx512vlvbmi2intrin.h
  test/CodeGen/avx512vbmi2-builtins.c
  test/CodeGen/avx512vlvbmi2-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56365.180429.patch
Type: text/x-patch
Size: 81979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190107/97cd1473/attachment-0001.bin>


More information about the cfe-commits mailing list