Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Addressing comments
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp | ||
---|---|---|
320–321 | I mean that if the elemTp is not one we support then constantPrimaryTypeEncoding will call llvm_unreachable. This isn't a change from previous behavior, just a comment about it. Really it's just a note-to-self I forgot to remove re the same concern discussed at D115012 re calling llvm_unreachable vs returning failure(). |
Add a /// comment