forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
Serialization | ||
Transforms | ||
CMakeLists.txt | ||
TestAvailability.cpp | ||
arithmetic-ops.mlir | ||
atomic-ops.mlir | ||
availability.mlir | ||
bit-ops.mlir | ||
canonicalize.mlir | ||
composite-ops.mlir | ||
control-flow-ops.mlir | ||
glslops.mlir | ||
group-ops.mlir | ||
logical-ops.mlir | ||
non-uniform-ops.mlir | ||
ops.mlir | ||
structure-ops.mlir | ||
target-and-abi.mlir | ||
types.mlir |