[Mlir-commits] [mlir] [mlir][ArmSME] Add rudimentary support for tile spills to the stack (PR #76086)
Cullen Rhodes
llvmlistbot at llvm.org
Thu Dec 21 03:00:44 PST 2023
================
@@ -32,6 +33,97 @@ using namespace mlir;
namespace {
+static constexpr StringLiteral kInMemoryTileId("arm_sme.in_memory_tile_id");
----------------
c-rhodes wrote:
`kInMemoryTileIdAttr` or `kInMemoryTileIdAttrName`?
https://github.com/llvm/llvm-project/pull/76086
More information about the Mlir-commits
mailing list