llvm-project/mlir/test/AffineOps
River Riddle 679a3b4191 Change the attribute dictionary syntax to separate name and value with '='.
The current syntax separates the name and value with ':', but ':' is already overloaded by several other things(e.g. trailing types). This makes the syntax difficult to parse in some situtations:

Old:
  "foo: 10 : i32"

New:
  "foo = 10 : i32"
PiperOrigin-RevId: 255097928
2019-06-25 19:06:34 -07:00
..
canonicalize.mlir Add support to AffineApplyOp::fold for folding dim and symbol expression results. 2019-06-09 16:17:46 -07:00
invalid.mlir Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00
load-store.mlir Support printing SSA ids in affine.load/store which do not have special names. 2019-06-25 10:30:26 -07:00
ops.mlir Change the attribute dictionary syntax to separate name and value with '='. 2019-06-25 19:06:34 -07:00