Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp | ||
---|---|---|
517 | Wouldn't the appropriate fix for these be = default? |
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp | ||
---|---|---|
39 ↗ | (On Diff #396466) | Can we just do = default? Or just elide it? |
mlir/lib/Dialect/Linalg/Transforms/Detensorize.cpp | ||
604–607 ↗ | (On Diff #396466) | This should be specified in tablegen, which should remove the need for the explicit copy constructor. |
Wouldn't the appropriate fix for these be = default?