[Mlir-commits] [mlir] [mlir][ArmSME] Update tile slice layout syntax (PR #69151)
Cullen Rhodes
llvmlistbot at llvm.org
Mon Oct 16 01:47:41 PDT 2023
================
@@ -76,6 +76,7 @@ def TileSliceLayout : I32EnumAttr<"TileSliceLayout", "Layout of a tile slice", [
def ArmSME_TileSliceLayoutAttr : EnumAttr<ArmSME_Dialect, TileSliceLayout,
"layout"> {
let assemblyFormat = "`<` $value `>`";
+ let defaultValue = "TileSliceLayout::Horizontal";
----------------
c-rhodes wrote:
Yup, that's done in this patch, see below
https://github.com/llvm/llvm-project/pull/69151
More information about the Mlir-commits
mailing list