[llvm] [KnownBits] Add KnownBits::makeConstantRange to determine the known bits from a pair of unsigned lo/hi bound values (PR #107080)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 03:45:22 PDT 2024


nikic wrote:

Why do we need this if we have `ConstantRange::toKnownBits()`?

https://github.com/llvm/llvm-project/pull/107080


More information about the llvm-commits mailing list