[llvm] Add ConstantRangeList::unionWith() and ::intersectWith() (PR #96547)

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 12:50:03 PDT 2024


================
@@ -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


More information about the llvm-commits mailing list