Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Most (all?) other dialects don't have tests for this, do we really need it here?
I would expect all of them to have a test for it, otherwise it's an oversight really (mlir/test/Dialect/Tosa/inlining.mlir, mlir/test/Dialect/Linalg/inlining.mlir, and mlir/test/Transforms/inlining.mlir covers Arithmetic).
I suspect for the dialects that got created from the split of StandardDialect they didn't get dedicated tests during the various refactoring (they probably should have though).
mlir/lib/Dialect/Bufferization/IR/BufferizationDialect.cpp | ||
---|---|---|
47 | Actually can you keep a one line doc before each method to indicate which case they cover. |
Comment Actions
One of these methods actually can be removed as this dialect doesn't have ops with nested regions.
Actually can you keep a one line doc before each method to indicate which case they cover.