Fold linalg.fill into linalg.generic.
Remove dead arguments used in linalg.generic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM modulo couple style comments
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | ||
---|---|---|
110 | nit: you can just use maps with backquotes to reference the argument | |
111 | should be maps, mlir uses camelBack style for variables. |
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | ||
---|---|---|
111 | This should be passed by reference or you can use ArrayRef instead. |
nit: you can just use maps with backquotes to reference the argument