llvm-project/mlir/test/AffineOps
Alex Zinenko 65da460c79 affine.load/store: check for the right number of operands
Affine load and store operations take a variadic number of arguments, most of
which are interpreted as subscripts for the multi-dimensional memref they
access.  Add a verifier check that ensures the number of operands is equal to
the number affine remapping inputs if present and to the rank of the acessed
memref otherwise.  Although it is impossible to obtain such operations by
parsing the custom syntax, it is possible to construct them using the generic
syntax or programmatically.

PiperOrigin-RevId: 257605902
2019-07-12 08:43:29 -07:00
..
canonicalize.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
dma.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -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-invalid.mlir affine.load/store: check for the right number of operands 2019-07-12 08:43:29 -07:00
load-store.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
ops.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00