after introducing the IndexedGenericOp to GenericOp canonicalization (https://reviews.llvm.org/D101612).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h | ||
---|---|---|
638–641 | Replacing the LinalgInterchangePattern<GenericOp> by the GenericOpInterchangePattern is maybe more change than need and affects downstream projects. Instead we could stick LinalgInterchangePattern and support only GenericOps... |
Replacing the LinalgInterchangePattern<GenericOp> by the GenericOpInterchangePattern is maybe more change than need and affects downstream projects. Instead we could stick LinalgInterchangePattern and support only GenericOps...