[Mlir-commits] [mlir] [MLIR][TOSA] Enable strict property assembly format (PR #217291)
Luke Hutton
llvmlistbot at llvm.org
Fri Aug 21 03:15:50 PDT 2026
================
@@ -2423,7 +2486,8 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure, SameOperandsAndResultShape,
Tosa_Tensor:$output
);
- let assemblyFormat = "operands attr-dict `:` functional-type(operands, results)";
+ let assemblyFormat =
+ "operands prop-dict attr-dict `:` functional-type(operands, results)";
----------------
lhutton1 wrote:
This seems to be the only operation where `prop-dict` is used, curious if there's a reason for this or could we use something similar to what we do for `local_bound` above?
https://github.com/llvm/llvm-project/pull/217291
More information about the Mlir-commits
mailing list