[PATCH] D66882: [DAGCombiner] Match (add X, X) as (shl X, 1) when detecting rotate.

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 04:38:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370578: [DAGCombiner] Match (add X, X) as (shl X, 1) when detecting rotate. (authored by deadalnix, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66882

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/X86/rotate-extract-vector.ll
  llvm/trunk/test/CodeGen/X86/rotate-extract.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66882.218214.patch
Type: text/x-patch
Size: 5203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190831/72728096/attachment.bin>


More information about the llvm-commits mailing list