[PATCH] D55722: [DAGCombiner] scalarize binop followed by extractelement

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 13:35:15 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350354: [DAGCombiner][x86] scalarize binop followed by extractelement (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55722?vs=179926&id=180134#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55722

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/test/CodeGen/X86/and-load-fold.ll
  llvm/trunk/test/CodeGen/X86/extract-fp.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-smax.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-smin.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-umax.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-umin.ll
  llvm/trunk/test/CodeGen/X86/known-bits-vector.ll
  llvm/trunk/test/CodeGen/X86/known-signbits-vector.ll
  llvm/trunk/test/CodeGen/X86/pr30511.ll
  llvm/trunk/test/CodeGen/X86/setcc-combine.ll
  llvm/trunk/test/CodeGen/X86/shrink_vmul-widen.ll
  llvm/trunk/test/CodeGen/X86/shrink_vmul.ll
  llvm/trunk/test/CodeGen/X86/vector-fshl-128.ll
  llvm/trunk/test/CodeGen/X86/vector-fshl-rot-128.ll
  llvm/trunk/test/CodeGen/X86/vector-fshr-128.ll
  llvm/trunk/test/CodeGen/X86/vector-fshr-rot-128.ll
  llvm/trunk/test/CodeGen/X86/vector-gep.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smax-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smax.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smin-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-smin.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umax-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umax.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umin-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umin.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55722.180134.patch
Type: text/x-patch
Size: 265605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/903c381c/attachment-0001.bin>


More information about the llvm-commits mailing list