[Mlir-commits] [mlir] [mlir][ArmSME] Support filling liveness 'holes' in the tile allocator (PR #98350)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Jul 11 03:48:49 PDT 2024


================
@@ -289,6 +297,11 @@ struct LiveRange {
         .valid();
   }
 
+  /// Returns true if this range overlaps with `point`.
----------------
MacDue wrote:

It's simply a point in the program (every point in the program a number from `generateOperationNumbering()`).

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


More information about the Mlir-commits mailing list