DestinationStyleOpInterface should be possible to use for ops that don't
have regions. Therefore the check for block arguments should be done in
verifyStructedOpInterface.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132836
[mlir][Linalg] Move verification of block arguments back. ClosedPublic Authored by akuegel on Aug 29 2022, 1:56 AM.
Details Summary DestinationStyleOpInterface should be possible to use for ops that don't
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 29 2022, 2:57 AM This revision was landed with ongoing or failed builds.Aug 29 2022, 3:12 AM Closed by commit rG923f824fe104: [mlir][Linalg] Move verification of block arguments back. (authored by akuegel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 456297 mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
|