[PATCH] D35381: [DAGCombiner] Recognise vector rotations with non-splat constants

Andrew Zhogin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 15 11:28:44 PDT 2017


andrew.zhogin updated this revision to Diff 106781.
andrew.zhogin added a comment.

Updated related CodeGen tests.
Implemented unified code for scalar/vector rotr combining.


https://reviews.llvm.org/D35381

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/combine-rotates.ll
  test/CodeGen/X86/rotate_vec.ll
  test/CodeGen/X86/vector-rotate-128.ll
  test/CodeGen/X86/vector-rotate-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35381.106781.patch
Type: text/x-patch
Size: 17107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170715/cbea6220/attachment.bin>


More information about the llvm-commits mailing list