Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp | ||
---|---|---|
417 | still good to store this in a new local with an intuitive name (since you use it twice *AND* the name gives meaning) auto fdim = reassoc.front(); or something like that | |
740 | only forward | |
749 | maybe not now, but this method has become quite a big chunk of code which huge blocks perhaps moving these blocks into small util methods will help keeping this readable |
still good to store this in a new local with an intuitive name (since you use it twice *AND* the name gives meaning)
auto fdim = reassoc.front();
or something like that