Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just some minor nits.
mlir/lib/Dialect/SCF/IR/SCF.cpp | ||
---|---|---|
1598 | Please add a comment what this does and/or use a better name. FoldTensorCastOfOutputIntoForallOp maybe? | |
1615 | nit: that that and then -> than | |
1653 | So these were updated to the casted bblock args, right? And this wires them back? Maybe say that in the comment a bit more explicitly so that this detail (the double update) is easier to get later. |
Please add a comment what this does and/or use a better name. FoldTensorCastOfOutputIntoForallOp maybe?