forked from OSchip/llvm-project
4268e4f4b8
Summary: The current syntax for AffineMapAttr and IntegerSetAttr conflict with function types, making it currently impossible to round-trip function types(and e.g. FuncOp) in the IR. This revision changes the syntax for the attributes by wrapping them in a keyword. AffineMapAttr is wrapped with `affine_map<>` and IntegerSetAttr is wrapped with `affine_set<>`. Reviewed By: nicolasvasilache, ftynse Differential Revision: https://reviews.llvm.org/D72429 |
||
---|---|---|
.. | ||
compose_maps.mlir | ||
normalize_maps.mlir | ||
vector_utils.mlir | ||
vectorize_1d.mlir | ||
vectorize_2d.mlir | ||
vectorize_3d.mlir | ||
vectorize_outer_loop_2d.mlir | ||
vectorize_outer_loop_transpose_2d.mlir | ||
vectorize_transpose_2d.mlir |