[PATCH] D62191: [SelectionDAG] define binops as a superset of commutative binops

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 25 08:28:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f0905e46f39: [SelectionDAG] define binops as a superset of commutative binops (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D62191?vs=200471&id=201402#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62191

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/test/CodeGen/X86/horizontal-reduce-smax.ll
  llvm/test/CodeGen/X86/horizontal-reduce-smin.ll
  llvm/test/CodeGen/X86/horizontal-reduce-umax.ll
  llvm/test/CodeGen/X86/horizontal-reduce-umin.ll
  llvm/test/CodeGen/X86/vector-reduce-smax-widen.ll
  llvm/test/CodeGen/X86/vector-reduce-smax.ll
  llvm/test/CodeGen/X86/vector-reduce-smin-widen.ll
  llvm/test/CodeGen/X86/vector-reduce-smin.ll
  llvm/test/CodeGen/X86/vector-reduce-umax-widen.ll
  llvm/test/CodeGen/X86/vector-reduce-umax.ll
  llvm/test/CodeGen/X86/vector-reduce-umin-widen.ll
  llvm/test/CodeGen/X86/vector-reduce-umin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62191.201402.patch
Type: text/x-patch
Size: 84949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190525/17e077d4/attachment.bin>


More information about the llvm-commits mailing list