[PATCH] D43014: [X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering for all legal types

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 11 02:56:01 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324837: [X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering for all legal types (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43014?vs=133777&id=133787#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43014

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/combine-smax.ll
  llvm/trunk/test/CodeGen/X86/combine-smin.ll
  llvm/trunk/test/CodeGen/X86/combine-umax.ll
  llvm/trunk/test/CodeGen/X86/combine-umin.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/i64-to-float.ll
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/vec_minmax_sint.ll
  llvm/trunk/test/CodeGen/X86/vec_minmax_uint.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-packus.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-ssat.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-usat.ll
  llvm/trunk/test/CodeGen/X86/vselect-minmax.ll





More information about the llvm-commits mailing list