[PATCH] D35463: [X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL/ISD::ROTR

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 12:39:52 PDT 2017


RKSimon created this revision.

Add support for lowering to ISD::ROTL/ISD::ROTR, including rotate by immediate


Repository:
  rL LLVM

https://reviews.llvm.org/D35463

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  test/CodeGen/X86/combine-rotates.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-rotate-256.ll
  test/CodeGen/X86/vector-rotate-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35463.106816.patch
Type: text/x-patch
Size: 25028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170716/5009ca42/attachment.bin>


More information about the llvm-commits mailing list