Removed inconsistent name prefixes, added consistency checks
on debug strings, added more assertions to verify assumptions
that may be lifted in the future.
Details
Details
- Reviewers
gussmith23 - Commits
- rG8fe65972cb9c: [mlir][sparse] minor cleanup of Merger
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, though still worried about bugs arising from kOpSymbols! See comment
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | ||
---|---|---|
237–285 | When we add a new op after ShlI, will we need to remember to update this line of code? |
mlir/lib/Dialect/SparseTensor/Utils/Merger.cpp | ||
---|---|---|
237–285 | Yeah, you convinced me, I was trying to save vertical space in this debug code, but to what end in the end ;-). Switching back to switch! |
When we add a new op after ShlI, will we need to remember to update this line of code?