[Mlir-commits] [mlir] [mlir][ArmSME] Use liveness information in the tile allocator (PR #90448)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Apr 30 07:49:40 PDT 2024
================
@@ -124,16 +124,21 @@ def EnableArmStreaming
let dependentDialects = ["func::FuncDialect"];
}
-def TileAllocation
- : Pass<"allocate-arm-sme-tiles", "mlir::func::FuncOp"> {
- let summary = "Allocate SME tiles";
+def TestTileAllocation
+ : Pass<"test-arm-sme-tile-allocation", "mlir::func::FuncOp"> {
+ let summary = "Tests SME tile allocation";
----------------
banach-space wrote:
[nit]
```suggestion
let summary = "Tests SME "virtual tile" allocation";
```
For consistency.
https://github.com/llvm/llvm-project/pull/90448
More information about the Mlir-commits
mailing list