[PATCH] D56361: [X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 6 00:33:46 PST 2019


craig.topper created this revision.
craig.topper added reviewers: spatel, RKSimon.

AVX512VBMI2 supports a funnel shift by immediate and a funnel shift by a variable vector.


Repository:
  rL LLVM

https://reviews.llvm.org/D56361

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/vector-fshl-128.ll
  test/CodeGen/X86/vector-fshl-256.ll
  test/CodeGen/X86/vector-fshl-512.ll
  test/CodeGen/X86/vector-fshr-128.ll
  test/CodeGen/X86/vector-fshr-256.ll
  test/CodeGen/X86/vector-fshr-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56361.180394.patch
Type: text/x-patch
Size: 231566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190106/dbcec20a/attachment-0001.bin>


More information about the llvm-commits mailing list