Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [WIP] Sketching IR and parsing support for affine maps, affine expressions | Uday Bondhugula | 2019-03-29 | 1 | -8/+6 | |
| | | | | | | | | | | | Run test case: $ mlir-opt test/IR/parser-affine-map.mlir test/IR/parser-affine-map.mlir:3:30: error: expect '(' at start of map range #hello_world2 (i, j) [s0] -> i+s0, j) ^ PiperOrigin-RevId: 202736856 | |||||
* | Add some scaffolding for parsing affine maps: | MLIR Team | 2019-03-29 | 1 | -0/+31 | |
- parsing affine map identifiers - place-holder classes for AffineMap - module contains a list of affine maps (defined at the top level). PiperOrigin-RevId: 202336919 |