Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
|---|---|---|
| 539–544 | Any reason why this commented code is kept here? It doesn't seem relevant to the ForeachOp... | |
| 544–545 | Personally I'd rather inline the definition of t into its use-site, rather than introducing a variable for it. (Though git-clang-format might do something awful with reformatting the code.) But it's your call | |
| 548–553 | ditto | |
| mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp | ||
|---|---|---|
| 544–545 | Inlined, seems nicer. | |
remove?