Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! I have a small remark about block manipulation, it should go through builder now that we have it available.
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | ||
---|---|---|
84 | Nit: invert the condition and return early | |
86 | Please, use builder.createBlock() instead, otherwise it may conflict with the rewriter; and also pass the argument types directly to that call. | |
112 | Same as above |
Nit: invert the condition and return early