[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
================
@@ -95,6 +95,17 @@ KnownBits ConstantRange::toKnownBits() const {
return Known;
}
+std::pair<ConstantRange, ConstantRange> ConstantRange::splitPosNeg() const {
----------------
nikic wrote:
Should add unit test for the new API.
https://github.com/llvm/llvm-project/pull/126528
More information about the llvm-commits
mailing list