[PATCH] D68232: [DAGCombine] Match a greater range of rotate when not all bits are demanded.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 07:10:19 PDT 2019


deadalnix updated this revision to Diff 223844.
deadalnix added a comment.

Add test for vector - but nothing changes for them (see rL374043 <https://reviews.llvm.org/rL374043> ) and use isSubsetOf and getAllOnesValue.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68232

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/rot16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68232.223844.patch
Type: text/x-patch
Size: 5398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/8c5d8bd8/attachment.bin>


More information about the llvm-commits mailing list