[Mlir-commits] [mlir] [mlir][ArmSME] Add mask operand to store_tile_slice (PR #70838)
Cullen Rhodes
llvmlistbot at llvm.org
Thu Nov 2 01:43:30 PDT 2023
================
@@ -518,8 +526,8 @@ def StoreTileSliceOp : ArmSME_Op<"store_tile_slice"> {
}];
let assemblyFormat = [{
- $tile `,` $tile_slice_index `,` $base `[` $indices `]` (`layout` `` $layout^)?
- attr-dict `:` type($base) `,` type($tile)
+ $tile `,` $tile_slice_index `,` $mask `,` $base `[` $indices `]` (`layout` `` $layout^)?
+ attr-dict `:` type($base) `,` type($mask) `,` type($tile)
----------------
c-rhodes wrote:
Ok cool cheers, I'll post a follow-up :)
https://github.com/llvm/llvm-project/pull/70838
More information about the Mlir-commits
mailing list