Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do we expect folders for other unary operations or is the function template premature generalization?
mlir/include/mlir/Dialect/CommonFolders.h | ||
---|---|---|
79 | Nit: I'd consider Calculation &&calculate here. | |
102 | Nit: don't specify the explicit number of stack arguments in SmallVector unless you have a good reason to pick a specific number. |
Comment Actions
I will try to create more cosntant folers for unary operatrions by this function template.
Nit: I'd consider Calculation &&calculate here.