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

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jul 11 03:35:20 PDT 2024


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

What does `point` represent?

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


More information about the Mlir-commits mailing list