[PATCH] D123523: [DAG] Add non-uniform vector support to (shl (srl x, c1), c2) -> (and (shift x, c3))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 03:37:55 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcfb3ee21857d: [DAG] Add non-uniform vector support to (shl (srl x, c1), c2) -> (and (shift x… (authored by RKSimon).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123523

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123523.422454.patch
Type: text/x-patch
Size: 14724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220413/c462bc52/attachment.bin>


More information about the llvm-commits mailing list