[llvm] Add ConstantRangeList::unionWith() and ::intersectWith() (PR #96547)
Jan Voung via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 10:20:51 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
----------------
jvoung wrote:
small nit: "of this range *list* with another..." or "of this list with another" ?
https://github.com/llvm/llvm-project/pull/96547
More information about the llvm-commits
mailing list