[PATCH] D37665: [SelectionDAG] Teach simplifyDemandedBits to handle shifts by constant splat vectors

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 12:27:50 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL314139: [SelectionDAG] Teach simplifyDemandedBits to handle shifts by constant splat… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D37665?vs=114500&id=116588#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37665

Files:
  llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
  llvm/trunk/test/CodeGen/ARM/vshll.ll
  llvm/trunk/test/CodeGen/X86/combine-shl.ll
  llvm/trunk/test/CodeGen/X86/not-and-simplify.ll
  llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll
  llvm/trunk/test/CodeGen/X86/vector-blend.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-256.ll
  llvm/trunk/test/CodeGen/X86/widen_cast-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37665.116588.patch
Type: text/x-patch
Size: 17162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170925/46478c9f/attachment.bin>


More information about the llvm-commits mailing list