[Mlir-commits] [mlir] [mlir][ArmSME] Add rudimentary support for tile spills to the stack (PR #76086)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Dec 21 03:03:51 PST 2023


================
@@ -40,6 +132,209 @@ IntegerAttr getTileIdOrError(arm_sme::ArmSMETileOpInterface op) {
   return tileId;
 }
 
+/// Creates a alloca matching the size of tile used by `tileOp`. The alloca is
----------------
banach-space wrote:

```suggestion
/// Creates an alloca matching the size of tile used by `tileOp`. The alloca is
```

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


More information about the Mlir-commits mailing list