[PATCH] D12118: [DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 15:49:47 PDT 2015


RKSimon added a comment.

Code using the llvm.x86.sse*.pmin* / llvm.x86.sse*.pmax* intrinsics has been the main source of them so far, but I wanted to create a general implementation if I could.


Repository:
  rL LLVM

http://reviews.llvm.org/D12118





More information about the llvm-commits mailing list