[ConstantRange] Add umin/smin operators
authorPhilip Reames <listmail@philipreames.com>
Fri, 26 Feb 2016 22:08:18 +0000 (22:08 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 26 Feb 2016 22:08:18 +0000 (22:08 +0000)
commitba31312f6395774e7c0d801a7abb876048e4a1ba
tree1795edc90fdc4238b7badd223d5d471ad5b9a973
parent915c5ecee16658544c5a35eabd7cbc404cdedd0d
[ConstantRange] Add umin/smin operators

This was split off from http://reviews.llvm.org/D17184.

Reviewed by: Sanjoy

llvm-svn: 262080
llvm/include/llvm/IR/ConstantRange.h
llvm/lib/IR/ConstantRange.cpp
llvm/unittests/IR/ConstantRangeTest.cpp