This is part of an on-going migration to adopt Properties inside MLIR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/Linalg/named-ops.mlir | ||
---|---|---|
166–175 | Does this test need an update instead? |
mlir/test/Dialect/Linalg/named-ops.mlir | ||
---|---|---|
166–175 | This was more tricky, I had to fix a few things in the parser. But there will be more work needed actually: we have to really separate the inherent attributes from the dictionary of discardable attributes. Right now I left as much as possible backward compatible, please have another look at the changes in mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp |
Does this test need an update instead?