================ @@ -72,6 +72,14 @@ class [[nodiscard]] ConstantRangeList { APInt(64, Upper, /*isSigned=*/true))); } + /// Return the range list that results from the union of this range ---------------- haopliu wrote: Done. https://github.com/llvm/llvm-project/pull/96547