Move a few supporting routines for generating function calls to CodegenUtils so
that they can be used by the codegen path for sparse tensor file input and
output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h | ||
---|---|---|
334 | These functions now appear in the "Inlined constant generators." section. Either move them up to "Misc code generators and utilities." section, or start a new section after L333 | |
336 | we may want to move typedefs, enums etc. to the top of the header file | |
350 | is there a redundant space here? |
Comment Actions
Moved enum definition to the beginning of the header file. Moved functions to misc codegen function section.
These functions now appear in the
"Inlined constant generators."
section. Either move them up to
"Misc code generators and utilities."
section, or start a new section after L333