Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
216 | Minor nit, but here and below, I would omit the "can't use ?: here" part, since that really reads more like a note to self then adding more doc to what is actually done |
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp | ||
---|---|---|
216 | Can do. Though it is the sort of developer's comment we have elsewhere, since it explains the otherwise very peculiar looking repetition of conditionals checking ext and !ext |
Minor nit, but here and below, I would omit the "can't use ?: here" part, since that really reads more like a note to self then adding more doc to what is actually done