[all-commits] [llvm/llvm-project] 5f919c: [mlir][sparse] Move routines for generating memref...

Bixia Zheng via All-commits all-commits at lists.llvm.org
Sun Oct 16 08:22:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f919cd439d2be94f5e6a5594b163b9015d87d93
      https://github.com/llvm/llvm-project/commit/5f919cd439d2be94f5e6a5594b163b9015d87d93
  Author: bixia1 <bixia at google.com>
  Date:   2022-10-16 (Sun, 16 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 routines for generating memref.alloca to CodegenUtils.

This is to allow the use of the routines in the rewrite pass.

Reviewed By: aartbik

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




More information about the All-commits mailing list