[PATCH] D52935: [SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts simplification

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 6 03:22:23 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL343913: [SelectionDAG] Add SimplifyDemandedBits to SimplifyDemandedVectorElts… (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52935?vs=168496&id=168565#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52935

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  llvm/trunk/test/CodeGen/X86/combine-pmuldq.ll
  llvm/trunk/test/CodeGen/X86/combine-shl.ll
  llvm/trunk/test/CodeGen/X86/mulvi32.ll
  llvm/trunk/test/CodeGen/X86/pmul.ll
  llvm/trunk/test/CodeGen/X86/pr35918.ll
  llvm/trunk/test/CodeGen/X86/shrink_vmul.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/sse41-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/urem-seteq-vec-nonsplat.ll
  llvm/trunk/test/CodeGen/X86/vector-idiv-v2i32.ll
  llvm/trunk/test/CodeGen/X86/vector-mul.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-mul.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52935.168565.patch
Type: text/x-patch
Size: 77308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181006/b97c004a/attachment.bin>


More information about the llvm-commits mailing list