[PATCH] D62787: [X86] Add the vector integer min/max instructions to isAssociativeAndCommutative.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 11:23:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362629: [X86] Add the vector integer min/max instructions to… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62787?vs=203031&id=203215#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62787

Files:
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  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/machine-combiner-int-vec.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62787.203215.patch
Type: text/x-patch
Size: 167250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/8d83c42a/attachment-0001.bin>


More information about the llvm-commits mailing list