[llvm] ConstRange: factor and introduce splitPosNeg (NFC) (PR #126528)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 07:09:42 PST 2025
================
@@ -92,6 +92,9 @@ class [[nodiscard]] ConstantRange {
/// unsigned domain.
static ConstantRange fromKnownBits(const KnownBits &Known, bool IsSigned);
+ /// Split the ConstantRange into positive and negative components.
----------------
nikic wrote:
I think this could explicitly mention that zero values will be ignored.
https://github.com/llvm/llvm-project/pull/126528
More information about the llvm-commits
mailing list