summaryrefslogtreecommitdiffstats
path: root/mlir/lib/IR/AffineMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [WIP] Sketching IR and parsing support for affine maps, affine expressionsUday Bondhugula2019-03-291-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 Team2019-03-291-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
OpenPOWER on IntegriCloud