[PATCH] D17898: Implement expansion of {s, u}{min, max} in integer legalization

Jan Vesely via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 13:01:39 PST 2016


jvesely retitled this revision from "Implement expansion of {s,u}{min,max}" to "Implement expansion of {s,u}{min,max} in integer legalization".
jvesely updated the summary for this revision.
jvesely updated this revision to Diff 50338.
jvesely added a comment.

Turns out signed version is not that different, so we can have unified version.


Repository:
  rL LLVM

http://reviews.llvm.org/D17898

Files:
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeTypes.h
  test/CodeGen/AMDGPU/max.ll
  test/CodeGen/AMDGPU/min.ll
  test/CodeGen/AMDGPU/sminmax.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17898.50338.patch
Type: text/x-patch
Size: 30409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/66b49ec1/attachment.bin>


More information about the llvm-commits mailing list