[llvm] [SandboxVec][Interval] Implement getUnionInterval() and getSingleDiff() (PR #111455)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 16:47:13 PDT 2024


================
@@ -176,6 +176,26 @@ template <typename T> class Interval {
       Result.emplace_back(Intersection.To->getNextNode(), To);
     return Result;
   }
+  /// A difference that asserts that the result is a single interval.
----------------
Sterling-Augustine wrote:

\Returns a

https://github.com/llvm/llvm-project/pull/111455


More information about the llvm-commits mailing list