Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SparseTensor/Utils/Merger.h | ||
---|---|---|
411 | note that these two functions were "touching" since they had the same function doc comment initially. | |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenEnv.cpp | ||
31 | "appear in the same order" -> sort? (and yes, I realize it is moved code, but I just noticed the comment ;-) | |
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | ||
1548 | why is this 4 to the right suddenly? |
mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | ||
---|---|---|
1548 | Idk :-(, done by clang-format automatically\. |
note that these two functions were "touching" since they had the same function doc comment initially.
so if you split them, give L412 version its own doc too