[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:19 PDT 2024


https://github.com/banach-space commented:

Nice, thanks!

This is pretty complex stuff, so I've left a few questions. IIUC, you model "holes" as "inactive" live ranges? These are simply used as an additional set of ranges that is used as candidates for spilling? And there's no prioritising of "inactive" over "active"?

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


More information about the Mlir-commits mailing list