[all-commits] [llvm/llvm-project] 2d252a: [mlir][sparse] Move a few routines to CodegenUtils.

Bixia Zheng via All-commits all-commits at lists.llvm.org
Tue Oct 11 14:42:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d252a0f5cc2b320fd57f2eb9313a11bef74e793
      https://github.com/llvm/llvm-project/commit/2d252a0f5cc2b320fd57f2eb9313a11bef74e793
  Author: bixia1 <bixia at google.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.h
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp

  Log Message:
  -----------
  [mlir][sparse] Move a few routines to CodegenUtils.

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.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D135691




More information about the All-commits mailing list