[mlir][linalg] Use attributes in named ops' indexing maps
This commit adds support for parsing attribute uses in indexing maps. These attribute uses are represented as affine symbols in the resultant indexing maps because we can only know their concrete value (which are coming from op attributes and are constants) for specific op instances. The `indxing_maps()` calls are synthesized to read these attributes and create affine constants to replace the placeholder affine symbols and simplify. Depends on D94240 Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D94335
Loading
Please sign in to comment