]> granicus.if.org Git - llvm/commit
[ConstantRange] [a, b) udiv a full range is [0, umax(b)).
authorFlorian Hahn <flo@fhahn.com>
Thu, 25 Apr 2019 10:12:43 +0000 (10:12 +0000)
committerFlorian Hahn <flo@fhahn.com>
Thu, 25 Apr 2019 10:12:43 +0000 (10:12 +0000)
commit32986d30ff257822b8c7a3899637b18356cbe026
treeaceabdf35a8c60643ff447faa5e3b809eed4c990
parent497e112ae7609f3cd4d743a050e18df0aa458c46
[ConstantRange] [a, b) udiv a full range is [0, umax(b)).

Reviewers: nikic, spatel, efriedma

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D60536

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/ConstantRange.cpp
unittests/IR/ConstantRangeTest.cpp