[Mlir-commits] [mlir] [mlir][ArmSME] Use liveness information in the tile allocator (PR #90448)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed May 1 01:58:52 PDT 2024


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

@MacDue , I'm going over `allocateSMETiles` and my first reaction is that step one, `  // 1. Insert copy operations at branch operations. `, could easily be a separate pass. That would allow us for more thorough testing - right now it's either all or nothing. Could you split it out? WDYT?

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


More information about the Mlir-commits mailing list