[all-commits] [llvm/llvm-project] a1b2ac: [mlir][ArmSME] Add optional padding and mask opera...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Mon Oct 30 05:13:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1b2ace137385388bf9bd7ea4b6df3ff298900f6
https://github.com/llvm/llvm-project/commit/a1b2ace137385388bf9bd7ea4b6df3ff298900f6
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
M mlir/test/Dialect/ArmSME/invalid.mlir
M mlir/test/Dialect/ArmSME/roundtrip.mlir
Log Message:
-----------
[mlir][ArmSME] Add optional padding and mask operands to tile_load (#69195)
Padding and mask are optional, but if one is specified both must be
specified. This is consistent with vector.transfer_read.
More information about the All-commits
mailing list